#42C687

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

Shades of Emerald #42C687

Tints of Emerald #42C687

Color information

#42C687 (or 0x42C687) is unknown color: approx Emerald. HEX triplet: 42, C6 and 87. RGB value is (66,198,135). Sum of RGB (Red+Green+Blue) = 66+198+135=399 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.54% from 399); Green value is 198 (77.73% from 255 or 49.62% from 399); Blue value is 135 (53.12% from 255 or 33.83% from 399); Max value from RGB is 198 - color contains mainly: green. Hex color #42C687 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C687 is #BD3978. Grayscale: #979797. Windows color (decimal): -12401017 or 8898114. OLE color: 8898114.

HSL color Cylindrical-coordinate representation of color #42C687: hue angle of 151.36º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C687 is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB66198135-
CMYK0.6700.320.22
HSL151.36º53.66%51.76%-
HSV(B)151.36º66.67%77.65%-
XYZ26.8143.329.87-
YUV151.35118.7767.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.54%
GREEN value IS 198 (77.73% from 255) = 49.62%
BLUE value IS 135 (53.12% from 255) = 33.83%
R=16.54%
G=49.62%
B=33.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal661981350.6700.320.22151.3653.6651.76
Hex42C6874302016973634
Octal102306207103040262276664
Binary10000101100011010000111100001101000001011010010111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,198,135); }

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

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

 a { background-color: rgb(66,198,135); }

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

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

 span { border-color: rgb(66,198,135); }

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