#42C492

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

Shades of Shamrock #42C492

Tints of Shamrock #42C492

Color information

#42C492 (or 0x42C492) is unknown color: approx Shamrock. HEX triplet: 42, C4 and 92. RGB value is (66,196,146). Sum of RGB (Red+Green+Blue) = 66+196+146=408 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.18% from 408); Green value is 196 (76.95% from 255 or 48.04% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 196 - color contains mainly: green. Hex color #42C492 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C492 is #BD3B6D. Grayscale: #979797. Windows color (decimal): -12401518 or 9618498. OLE color: 9618498.

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

Color convert

RGB66196146-
CMYK0.6600.260.23
HSL156.92º52.42%51.37%-
HSV(B)156.92º66.33%76.86%-
XYZ27.1842.7134.01-
YUV151.43124.9367.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.18%
GREEN value IS 196 (76.95% from 255) = 48.04%
BLUE value IS 146 (57.42% from 255) = 35.78%
R=16.18%
G=48.04%
B=35.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal661961460.6600.260.23156.9252.4251.37
Hex42C4924201A179d3433
Octal102304222102032272356463
Binary1000010110001001001001010000100110101011110011101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,196,146); }

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

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

 a { background-color: rgb(66,196,146); }

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

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

 span { border-color: rgb(66,196,146); }

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