#42d895

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

Shades of Shamrock #42D895

Tints of Shamrock #42D895

Color information

#42D895 (or 0x42D895) is unknown color: approx Shamrock. HEX triplet: 42, D8 and 95. RGB value is (66,216,149). Sum of RGB (Red+Green+Blue) = 66+216+149=431 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.31% from 431); Green value is 216 (84.77% from 255 or 50.12% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 216 - color contains mainly: green. Hex color #42D895 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D895 is #BD276A. Grayscale: #A3A3A3. Windows color (decimal): -12396395 or 9820226. OLE color: 9820226.

HSL color Cylindrical-coordinate representation of color #42D895: hue angle of 153.2º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D895 is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB66216149-
CMYK0.6900.310.15
HSL153.2º65.79%55.29%-
HSV(B)153.2º69.44%84.71%-
XYZ32.2352.4436.86-
YUV163.51119.858.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.31%
GREEN value IS 216 (84.77% from 255) = 50.12%
BLUE value IS 149 (58.59% from 255) = 34.57%
R=15.31%
G=50.12%
B=34.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal662161490.6900.310.15153.265.7955.29
Hex42D8954501FF994237
Octal1023302251050371723110267
Binary1000010110110001001010110001010111111111100110011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42d895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,216,149); }

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

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

 a { background-color: rgb(66,216,149); }

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

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

 span { border-color: rgb(66,216,149); }

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