Html Css Color HEX #42C875 Emerald

📋 copy color: '#42C875'

red 66 ◦ green 200 ◦ blue 117

#42C875
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #42C875

Tints of Emerald #42C875

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 value IS 0.67

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#42C875 (or 0x42C875) is known color: 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

RGB 66 200 117 -
CMYK 0.67 0 0.42 0.22
HSL 142.84º 0.55% 0.52% -
HSV(B) 142.84º 0.67% 0.78% -
XYZ 26.11 43.75 23.9 -
YUV 150.47 109.11 67.75 -
System Red Green Blue C M Y K H S L
Decimal 66 200 117 0.67 0 0.42 0.22 142.84 0.55 0.52
Hex 42 C8 75 43 0 2A 16 8F 37 34
Octal 102 310 165 103 0 52 26 217 67 64
Binary 1000010 11001000 1110101 1000011 0 101010 10110 10001111 110111 110100

Color Harmonies of #42C875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C875

Black with #42C875

Text Example


Text Example

White with #42C875

Text Example


Text Example

HTML Codes & Css Web 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>