Html Css Color HEX #42CA70 Emerald

📋 copy color: '#42CA70'

red 66 ◦ green 202 ◦ blue 112

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

Shades of Emerald #42CA70

Tints of Emerald #42CA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.47%

R = 17.37%
G = 53.16%
B = 29.47%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#42CA70 (or 0x42CA70) is known color: Emerald. HEX triplet: 42, CA and 70. RGB value is (66,202,112). Sum of RGB (Red+Green+Blue) = 66+202+112=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 202 (79.30% from 255 or 53.16% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CA70 is #BD358F. Grayscale: #979797. Windows color (decimal): -12400016 or 7391810. OLE color: 7391810.

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

Color convert

RGB 66 202 112 -
CMYK 0.67 0 0.45 0.21
HSL 140.29º 0.56% 0.53% -
HSV(B) 140.29º 0.67% 0.79% -
XYZ 26.29 44.57 22.55 -
YUV 151.08 105.94 67.32 -
System Red Green Blue C M Y K H S L
Decimal 66 202 112 0.67 0 0.45 0.21 140.29 0.56 0.53
Hex 42 CA 70 43 0 2D 15 8C 38 35
Octal 102 312 160 103 0 55 25 214 70 65
Binary 1000010 11001010 1110000 1000011 0 101101 10101 10001100 111000 110101

Color Harmonies of #42CA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CA70

Black with #42CA70

Text Example


Text Example

White with #42CA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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