#42D568

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

Shades of Emerald #42D568

Tints of Emerald #42D568

Color information

#42D568 (or 0x42D568) is unknown color: approx Emerald. HEX triplet: 42, D5 and 68. RGB value is (66,213,104). Sum of RGB (Red+Green+Blue) = 66+213+104=383 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.23% from 383); Green value is 213 (83.59% from 255 or 55.61% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 213 - color contains mainly: green. Hex color #42D568 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D568 is #BD2A97. Grayscale: #9C9C9C. Windows color (decimal): -12397208 or 6870338. OLE color: 6870338.

HSL color Cylindrical-coordinate representation of color #42D568: hue angle of 135.51º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D568 is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB66213104-
CMYK0.6900.510.16
HSL135.51º63.64%54.71%-
HSV(B)135.51º69.01%83.53%-
XYZ28.5449.7521.19-
YUV156.6298.363.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.23%
GREEN value IS 213 (83.59% from 255) = 55.61%
BLUE value IS 104 (41.02% from 255) = 27.15%
R=17.23%
G=55.61%
B=27.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal662131040.6900.510.16135.5163.6454.71
Hex42D5684503310884037
Octal1023251501050632021010067
Binary10000101101010111010001000101011001110000100010001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,213,104); }

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

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

 a { background-color: rgb(66,213,104); }

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

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

 span { border-color: rgb(66,213,104); }

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