#42D965

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

Shades of Emerald #42D965

Tints of Emerald #42D965

Color information

#42D965 (or 0x42D965) is unknown color: approx Emerald. HEX triplet: 42, D9 and 65. RGB value is (66,217,101). Sum of RGB (Red+Green+Blue) = 66+217+101=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 217 (85.16% from 255 or 56.51% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 217 - color contains mainly: green. Hex color #42D965 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D965 is #BD269A. Grayscale: #9E9E9E. Windows color (decimal): -12396187 or 6674754. OLE color: 6674754.

HSL color Cylindrical-coordinate representation of color #42D965: hue angle of 133.91º 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 #42D965 is Cyan = 0.70, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB66217101-
CMYK0.7000.530.15
HSL133.91º66.52%55.49%-
HSV(B)133.91º69.59%85.1%-
XYZ29.4151.7220.75-
YUV158.6395.4761.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.19%
GREEN value IS 217 (85.16% from 255) = 56.51%
BLUE value IS 101 (39.84% from 255) = 26.30%
R=17.19%
G=56.51%
B=26.30%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal662171010.7000.530.15133.9166.5255.49
Hex42D96546035F864337
Octal1023311451060651720610367
Binary1000010110110011100101100011001101011111100001101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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