#42C875

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

Shades of Emerald #42C875

Tints of Emerald #42C875

Color information

#42C875 (or 0x42C875) is unknown color: approx Emerald. HEX triplet: 42, C8 and 75. RGB value is (66,200,117). Sum of RGB (Red+Green+Blue) = 66+200+117=383 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.23% from 383); Green value is 200 (78.52% from 255 or 52.22% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 200 - color contains mainly: green. Hex color #42C875 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C875 is #BD378A. Grayscale: #969696. Windows color (decimal): -12400523 or 7718978. OLE color: 7718978.

HSL color Cylindrical-coordinate representation of color #42C875: hue angle of 142.84º degrees, saturation: 0.55, 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 #42C875 is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB66200117-
CMYK0.6700.420.22
HSL142.84º54.92%52.16%-
HSV(B)142.84º67%78.43%-
XYZ26.1143.7523.9-
YUV150.47109.1167.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.23%
GREEN value IS 200 (78.52% from 255) = 52.22%
BLUE value IS 117 (46.09% from 255) = 30.55%
R=17.23%
G=52.22%
B=30.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal662001170.6700.420.22142.8454.9252.16
Hex42C8754302A168f3734
Octal102310165103052262176764
Binary1000010110010001110101100001101010101011010001111110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,200,117); }

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

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

 a { background-color: rgb(66,200,117); }

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

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

 span { border-color: rgb(66,200,117); }

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