#42D367

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

Shades of Emerald #42D367

Tints of Emerald #42D367

Color information

#42D367 (or 0x42D367) is unknown color: approx Emerald. HEX triplet: 42, D3 and 67. RGB value is (66,211,103). Sum of RGB (Red+Green+Blue) = 66+211+103=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 211 (82.81% from 255 or 55.53% from 380); Blue value is 103 (40.62% from 255 or 27.11% from 380); Max value from RGB is 211 - color contains mainly: green. Hex color #42D367 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D367 is #BD2C98. Grayscale: #9B9B9B. Windows color (decimal): -12397721 or 6804290. OLE color: 6804290.

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

Color convert

RGB66211103-
CMYK0.6900.510.17
HSL135.31º62.23%54.31%-
HSV(B)135.31º68.72%82.75%-
XYZ27.9948.7320.76-
YUV155.3398.4664.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.37%
GREEN value IS 211 (82.81% from 255) = 55.53%
BLUE value IS 103 (40.62% from 255) = 27.11%
R=17.37%
G=55.53%
B=27.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal662111030.6900.510.17135.3162.2354.31
Hex42D3674503311873e36
Octal102323147105063212077666
Binary1000010110100111100111100010101100111000110000111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,211,103); }

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

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

 a { background-color: rgb(66,211,103); }

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

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

 span { border-color: rgb(66,211,103); }

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