#42D490

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

Shades of Shamrock #42D490

Tints of Shamrock #42D490

Color information

#42D490 (or 0x42D490) is unknown color: approx Shamrock. HEX triplet: 42, D4 and 90. RGB value is (66,212,144). Sum of RGB (Red+Green+Blue) = 66+212+144=422 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.64% from 422); Green value is 212 (83.20% from 255 or 50.24% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 212 - color contains mainly: green. Hex color #42D490 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D490 is #BD2B6F. Grayscale: #A0A0A0. Windows color (decimal): -12397424 or 9491522. OLE color: 9491522.

HSL color Cylindrical-coordinate representation of color #42D490: hue angle of 152.05º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D490 is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB66212144-
CMYK0.6900.320.17
HSL152.05º62.93%54.51%-
HSV(B)152.05º68.87%83.14%-
XYZ30.8250.2634.46-
YUV160.59118.6360.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.64%
GREEN value IS 212 (83.20% from 255) = 50.24%
BLUE value IS 144 (56.64% from 255) = 34.12%
R=15.64%
G=50.24%
B=34.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal662121440.6900.320.17152.0562.9354.51
Hex42D4904502011983f37
Octal102324220105040212307767
Binary10000101101010010010000100010101000001000110011000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,212,144); }

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

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

 a { background-color: rgb(66,212,144); }

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

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

 span { border-color: rgb(66,212,144); }

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