#42C568

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

Shades of Emerald #42C568

Tints of Emerald #42C568

Color information

#42C568 (or 0x42C568) is unknown color: approx Emerald. HEX triplet: 42, C5 and 68. RGB value is (66,197,104). Sum of RGB (Red+Green+Blue) = 66+197+104=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 197 (77.34% from 255 or 53.68% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 197 - color contains mainly: green. Hex color #42C568 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C568 is #BD3A97. Grayscale: #939393. Windows color (decimal): -12401304 or 6866242. OLE color: 6866242.

HSL color Cylindrical-coordinate representation of color #42C568: hue angle of 137.4º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C568 is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB66197104-
CMYK0.6600.470.23
HSL137.4º53.04%51.57%-
HSV(B)137.4º66.5%77.25%-
XYZ24.7142.0919.92-
YUV147.23103.670.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.98%
GREEN value IS 197 (77.34% from 255) = 53.68%
BLUE value IS 104 (41.02% from 255) = 28.34%
R=17.98%
G=53.68%
B=28.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal661971040.6600.470.23137.453.0451.57
Hex42C5684202F17893534
Octal102305150102057272116564
Binary1000010110001011101000100001001011111011110001001110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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