Html Css Color HEX #42CA78 Emerald

📋 copy color: '#42CA78'

red 66 ◦ green 202 ◦ blue 120

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

Shades of Emerald #42CA78

Tints of Emerald #42CA78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.93%

R = 17.01%
G = 52.06%
B = 30.93%

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

#42CA78 (or 0x42CA78) is known color: Emerald. HEX triplet: 42, CA and 78. RGB value is (66,202,120). Sum of RGB (Red+Green+Blue) = 66+202+120=388 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.01% from 388); Green value is 202 (79.30% from 255 or 52.06% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CA78 is #BD3587. Grayscale: #989898. Windows color (decimal): -12400008 or 7916098. OLE color: 7916098.

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

Color convert

RGB 66 202 120 -
CMYK 0.67 0 0.41 0.21
HSL 143.82º 0.56% 0.53% -
HSV(B) 143.82º 0.67% 0.79% -
XYZ 26.76 44.76 25 -
YUV 151.99 109.94 66.67 -
System Red Green Blue C M Y K H S L
Decimal 66 202 120 0.67 0 0.41 0.21 143.82 0.56 0.53
Hex 42 CA 78 43 0 29 15 90 38 35
Octal 102 312 170 103 0 51 25 220 70 65
Binary 1000010 11001010 1111000 1000011 0 101001 10101 10010000 111000 110101

Color Harmonies of #42CA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CA78

Black with #42CA78

Text Example


Text Example

White with #42CA78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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