Html Css Color HEX #42CF70 Emerald

📋 copy color: '#42CF70'

red 66 ◦ green 207 ◦ blue 112

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

Shades of Emerald #42CF70

Tints of Emerald #42CF70

RGB

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

 GREEN value IS 207 (81.25% from 255) = 53.77%

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

R = 17.14%
G = 53.77%
B = 29.09%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#42CF70 (or 0x42CF70) is known color: Emerald. HEX triplet: 42, CF and 70. RGB value is (66,207,112). Sum of RGB (Red+Green+Blue) = 66+207+112=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 207 (81.25% from 255 or 53.77% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 207 - color contains mainly: green. Hex color #42CF70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CF70 is #BD308F. Grayscale: #9A9A9A. Windows color (decimal): -12398736 or 7393090. OLE color: 7393090.

HSL color Cylindrical-coordinate representation of color #42CF70: hue angle of 139.57º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CF70 is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 207 112 -
CMYK 0.68 0 0.46 0.19
HSL 139.57º 0.59% 0.54% -
HSV(B) 139.57º 0.68% 0.81% -
XYZ 27.48 46.95 22.94 -
YUV 154.01 104.29 65.22 -
System Red Green Blue C M Y K H S L
Decimal 66 207 112 0.68 0 0.46 0.19 139.57 0.59 0.54
Hex 42 CF 70 44 0 2E 13 8C 3B 36
Octal 102 317 160 104 0 56 23 214 73 66
Binary 1000010 11001111 1110000 1000100 0 101110 10011 10001100 111011 110110

Color Harmonies of #42CF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CF70

Black with #42CF70

Text Example


Text Example

White with #42CF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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