#42D796

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

Shades of Shamrock #42D796

Tints of Shamrock #42D796

Color information

#42D796 (or 0x42D796) is unknown color: approx Shamrock. HEX triplet: 42, D7 and 96. RGB value is (66,215,150). Sum of RGB (Red+Green+Blue) = 66+215+150=431 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.31% from 431); Green value is 215 (84.38% from 255 or 49.88% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 215 - color contains mainly: green. Hex color #42D796 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D796 is #BD2869. Grayscale: #A3A3A3. Windows color (decimal): -12396650 or 9885506. OLE color: 9885506.

HSL color Cylindrical-coordinate representation of color #42D796: hue angle of 153.83º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D796 is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB66215150-
CMYK0.6900.300.16
HSL153.83º65.07%55.1%-
HSV(B)153.83º69.3%84.31%-
XYZ32.0551.9637.19-
YUV163.04120.6458.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.31%
GREEN value IS 215 (84.38% from 255) = 49.88%
BLUE value IS 150 (58.98% from 255) = 34.80%
R=15.31%
G=49.88%
B=34.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal662151500.6900.300.16153.8365.0755.1
Hex42D7964501E109a4137
Octal1023272261050362023210167
Binary10000101101011110010110100010101111010000100110101000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,215,150); }

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

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

 a { background-color: rgb(66,215,150); }

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

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

 span { border-color: rgb(66,215,150); }

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