#42D969

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

Shades of Emerald #42D969

Tints of Emerald #42D969

Color information

#42D969 (or 0x42D969) is unknown color: approx Emerald. HEX triplet: 42, D9 and 69. RGB value is (66,217,105). Sum of RGB (Red+Green+Blue) = 66+217+105=388 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.01% from 388); Green value is 217 (85.16% from 255 or 55.93% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 217 - color contains mainly: green. Hex color #42D969 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D969 is #BD2696. Grayscale: #9F9F9F. Windows color (decimal): -12396183 or 6936898. OLE color: 6936898.

HSL color Cylindrical-coordinate representation of color #42D969: hue angle of 135.5º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42D969 is Cyan = 0.70, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB66217105-
CMYK0.7000.520.15
HSL135.5º66.52%55.49%-
HSV(B)135.5º69.59%85.1%-
XYZ29.6151.821.8-
YUV159.0897.4761.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.01%
GREEN value IS 217 (85.16% from 255) = 55.93%
BLUE value IS 105 (41.41% from 255) = 27.06%
R=17.01%
G=55.93%
B=27.06%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal662171050.7000.520.15135.566.5255.49
Hex42D96946034F874337
Octal1023311511060641720710367
Binary1000010110110011101001100011001101001111100001111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,217,105); }

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

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

 a { background-color: rgb(66,217,105); }

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

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

 span { border-color: rgb(66,217,105); }

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