Html Css Color HEX #42CB71 Emerald

📋 copy color: '#42CB71'

red 66 ◦ green 203 ◦ blue 113

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

Shades of Emerald #42CB71

Tints of Emerald #42CB71

RGB

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

 GREEN value IS 203 (79.69% from 255) = 53.14%

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

R = 17.28%
G = 53.14%
B = 29.58%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#42CB71 (or 0x42CB71) is known color: Emerald. HEX triplet: 42, CB and 71. RGB value is (66,203,113). Sum of RGB (Red+Green+Blue) = 66+203+113=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 203 (79.69% from 255 or 53.14% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 203 - color contains mainly: green. Hex color #42CB71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CB71 is #BD348E. Grayscale: #989898. Windows color (decimal): -12399759 or 7457602. OLE color: 7457602.

HSL color Cylindrical-coordinate representation of color #42CB71: hue angle of 140.58º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CB71 is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 203 113 -
CMYK 0.67 0 0.44 0.20
HSL 140.58º 0.57% 0.53% -
HSV(B) 140.58º 0.67% 0.8% -
XYZ 26.58 45.06 22.92 -
YUV 151.78 106.11 66.82 -
System Red Green Blue C M Y K H S L
Decimal 66 203 113 0.67 0 0.44 0.20 140.58 0.57 0.53
Hex 42 CB 71 43 0 2C 14 8D 39 35
Octal 102 313 161 103 0 54 24 215 71 65
Binary 1000010 11001011 1110001 1000011 0 101100 10100 10001101 111001 110101

Color Harmonies of #42CB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CB71

Black with #42CB71

Text Example


Text Example

White with #42CB71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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