#38CC83

Color #38CC83 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #38CC83

Tints of Shamrock #38CC83

Color information

#38CC83 (or 0x38CC83) is unknown color: approx Shamrock. HEX triplet: 38, CC and 83. RGB value is (56,204,131). Sum of RGB (Red+Green+Blue) = 56+204+131=391 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.32% from 391); Green value is 204 (80.08% from 255 or 52.17% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 204 - color contains mainly: green. Hex color #38CC83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38CC83 is #C7337C. Grayscale: #979797. Windows color (decimal): -13054845 or 8637496. OLE color: 8637496.

HSL color Cylindrical-coordinate representation of color #38CC83: hue angle of 150.41º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CC83 is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB56204131-
CMYK0.7300.360.2
HSL150.41º59.2%50.98%-
HSV(B)150.41º72.55%80%-
XYZ27.3245.6728.85-
YUV151.43116.4759.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 14.32%
GREEN value IS 204 (80.08% from 255) = 52.17%
BLUE value IS 131 (51.56% from 255) = 33.50%
R=14.32%
G=52.17%
B=33.50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal562041310.7300.360.2150.4159.250.98
Hex38CC834902414963b33
Octal70314203111044242267363
Binary1110001100110010000011100100101001001010010010110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38CC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38CC83; }

 p { color: rgb(56,204,131); }

 H1.HeaderClassName
 {
   color: #38CC83;
 }
 .AnyTagClassName
 {
   color: #38CC83;
 }
</style>
background-color css

<style>
 a { background-color: #38CC83; }

 a { background-color: rgb(56,204,131); }

 div.DivClassName
 {
   background-color: #38CC83;
 }
 .BgClassName
 {
   background-color: #38CC83;
 }
</style>
border-color css

<style>
 span { border-color: #38CC83; }

 span { border-color: rgb(56,204,131); }

 td.TdClassName
 {
   border-color: #38CC83;
 }
 .TagClassName
 {
   border-color: #38CC83;
 }
</style>