Html Css Color HEX #42C85B Emerald

📋 copy color: '#42C85B'

red 66 ◦ green 200 ◦ blue 91

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

Shades of Emerald #42C85B

Tints of Emerald #42C85B

RGB

 RED value IS 66 (26.17% from 255) = 18.49%

 GREEN value IS 200 (78.52% from 255) = 56.02%

 BLUE value IS 91 (35.94% from 255) = 25.49%

R = 18.49%
G = 56.02%
B = 25.49%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#42C85B (or 0x42C85B) is known color: Emerald. HEX triplet: 42, C8 and 5B. RGB value is (66,200,91). Sum of RGB (Red+Green+Blue) = 66+200+91=357 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.49% from 357); Green value is 200 (78.52% from 255 or 56.02% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 200 - color contains mainly: green. Hex color #42C85B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C85B is #BD37A4. Grayscale: #939393. Windows color (decimal): -12400549 or 6015042. OLE color: 6015042.

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

Color convert

RGB 66 200 91 -
CMYK 0.67 0 0.54 0.22
HSL 131.19º 0.55% 0.52% -
HSV(B) 131.19º 0.67% 0.78% -
XYZ 24.79 43.22 16.93 -
YUV 147.51 96.11 69.86 -
System Red Green Blue C M Y K H S L
Decimal 66 200 91 0.67 0 0.54 0.22 131.19 0.55 0.52
Hex 42 C8 5B 43 0 36 16 83 37 34
Octal 102 310 133 103 0 66 26 203 67 64
Binary 1000010 11001000 1011011 1000011 0 110110 10110 10000011 110111 110100

Color Harmonies of #42C85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C85B

Black with #42C85B

Text Example


Text Example

White with #42C85B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42C85B;
 }
 .AnyTagClassName
 {
   color: #42C85B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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