Html Css Color HEX #42CE71 Emerald

📋 copy color: '#42CE71'

red 66 ◦ green 206 ◦ blue 113

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

Shades of Emerald #42CE71

Tints of Emerald #42CE71

RGB

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

 GREEN value IS 206 (80.86% from 255) = 53.51%

 BLUE value IS 113 (44.53% from 255) = 29.35%

R = 17.14%
G = 53.51%
B = 29.35%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#42CE71 (or 0x42CE71) is known color: Emerald. HEX triplet: 42, CE and 71. RGB value is (66,206,113). Sum of RGB (Red+Green+Blue) = 66+206+113=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 206 (80.86% from 255 or 53.51% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 206 - color contains mainly: green. Hex color #42CE71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CE71 is #BD318E. Grayscale: #999999. Windows color (decimal): -12398991 or 7458370. OLE color: 7458370.

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

Color convert

RGB 66 206 113 -
CMYK 0.68 0 0.45 0.19
HSL 140.14º 0.59% 0.53% -
HSV(B) 140.14º 0.68% 0.81% -
XYZ 27.3 46.49 23.16 -
YUV 153.54 105.12 65.56 -
System Red Green Blue C M Y K H S L
Decimal 66 206 113 0.68 0 0.45 0.19 140.14 0.59 0.53
Hex 42 CE 71 44 0 2D 13 8C 3B 35
Octal 102 316 161 104 0 55 23 214 73 65
Binary 1000010 11001110 1110001 1000100 0 101101 10011 10001100 111011 110101

Color Harmonies of #42CE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CE71

Black with #42CE71

Text Example


Text Example

White with #42CE71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,206,113); }

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

background-color css

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

 a { background-color: rgb(66,206,113); }

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

border-color css

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

 span { border-color: rgb(66,206,113); }

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