#42C08E

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

Shades of Shamrock #42C08E

Tints of Shamrock #42C08E

Color information

#42C08E (or 0x42C08E) is unknown color: approx Shamrock. HEX triplet: 42, C0 and 8E. RGB value is (66,192,142). Sum of RGB (Red+Green+Blue) = 66+192+142=400 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.5% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 192 - color contains mainly: green. Hex color #42C08E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C08E is #BD3F71. Grayscale: #949494. Windows color (decimal): -12402546 or 9355330. OLE color: 9355330.

HSL color Cylindrical-coordinate representation of color #42C08E: hue angle of 156.19º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C08E is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB66192142-
CMYK0.6600.260.25
HSL156.19º50%50.59%-
HSV(B)156.19º65.62%75.29%-
XYZ25.9840.8132.1-
YUV148.63124.2669.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.5%
GREEN value IS 192 (75.39% from 255) = 48%
BLUE value IS 142 (55.86% from 255) = 35.5%
R=16.5%
G=48%
B=35.5%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661921420.6600.260.25156.195050.59
Hex42C08E4201A199c3233
Octal102300216102032312346263
Binary1000010110000001000111010000100110101100110011100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42C08E; }

 p { color: rgb(66,192,142); }

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

<style>
 a { background-color: #42C08E; }

 a { background-color: rgb(66,192,142); }

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

<style>
 span { border-color: #42C08E; }

 span { border-color: rgb(66,192,142); }

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