Html Css Color HEX #42CA77 Emerald

📋 copy color: '#42CA77'

red 66 ◦ green 202 ◦ blue 119

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

Shades of Emerald #42CA77

Tints of Emerald #42CA77

RGB

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

 GREEN value IS 202 (79.3% from 255) = 52.2%

 BLUE value IS 119 (46.88% from 255) = 30.75%

R = 17.05%
G = 52.2%
B = 30.75%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#42CA77 (or 0x42CA77) is known color: Emerald. HEX triplet: 42, CA and 77. RGB value is (66,202,119). Sum of RGB (Red+Green+Blue) = 66+202+119=387 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.05% from 387); Green value is 202 (79.30% from 255 or 52.20% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CA77 is #BD3588. Grayscale: #989898. Windows color (decimal): -12400009 or 7850562. OLE color: 7850562.

HSL color Cylindrical-coordinate representation of color #42CA77: hue angle of 143.38º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CA77 is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 66 202 119 -
CMYK 0.67 0 0.41 0.21
HSL 143.38º 0.56% 0.53% -
HSV(B) 143.38º 0.67% 0.79% -
XYZ 26.7 44.73 24.68 -
YUV 151.87 109.44 66.75 -
System Red Green Blue C M Y K H S L
Decimal 66 202 119 0.67 0 0.41 0.21 143.38 0.56 0.53
Hex 42 CA 77 43 0 29 15 8F 38 35
Octal 102 312 167 103 0 51 25 217 70 65
Binary 1000010 11001010 1110111 1000011 0 101001 10101 10001111 111000 110101

Color Harmonies of #42CA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CA77

Black with #42CA77

Text Example


Text Example

White with #42CA77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,202,119); }

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

background-color css

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

 a { background-color: rgb(66,202,119); }

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

border-color css

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

 span { border-color: rgb(66,202,119); }

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