Html Css Color HEX #42D377 Emerald

📋 copy color: '#42D377'

red 66 ◦ green 211 ◦ blue 119

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

Shades of Emerald #42D377

Tints of Emerald #42D377

RGB

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

 GREEN value IS 211 (82.81% from 255) = 53.28%

 BLUE value IS 119 (46.88% from 255) = 30.05%

R = 16.67%
G = 53.28%
B = 30.05%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#42D377 (or 0x42D377) is known color: Emerald. HEX triplet: 42, D3 and 77. RGB value is (66,211,119). Sum of RGB (Red+Green+Blue) = 66+211+119=396 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.67% from 396); Green value is 211 (82.81% from 255 or 53.28% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 211 - color contains mainly: green. Hex color #42D377 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D377 is #BD2C88. Grayscale: #9D9D9D. Windows color (decimal): -12397705 or 7852866. OLE color: 7852866.

HSL color Cylindrical-coordinate representation of color #42D377: hue angle of 141.93º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D377 is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 66 211 119 -
CMYK 0.69 0 0.44 0.17
HSL 141.93º 0.62% 0.54% -
HSV(B) 141.93º 0.69% 0.83% -
XYZ 28.87 49.08 25.4 -
YUV 157.16 106.46 62.98 -
System Red Green Blue C M Y K H S L
Decimal 66 211 119 0.69 0 0.44 0.17 141.93 0.62 0.54
Hex 42 D3 77 45 0 2C 11 8E 3E 36
Octal 102 323 167 105 0 54 21 216 76 66
Binary 1000010 11010011 1110111 1000101 0 101100 10001 10001110 111110 110110

Color Harmonies of #42D377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D377

Black with #42D377

Text Example


Text Example

White with #42D377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,211,119); }

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

background-color css

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

 a { background-color: rgb(66,211,119); }

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

border-color css

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

 span { border-color: rgb(66,211,119); }

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