Html Css Color HEX #42D081 Emerald

📋 copy color: '#42D081'

red 66 ◦ green 208 ◦ blue 129

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

Shades of Emerald #42D081

Tints of Emerald #42D081

RGB

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

 GREEN value IS 208 (81.64% from 255) = 51.61%

 BLUE value IS 129 (50.78% from 255) = 32.01%

R = 16.38%
G = 51.61%
B = 32.01%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#42D081 (or 0x42D081) is known color: Emerald. HEX triplet: 42, D0 and 81. RGB value is (66,208,129). Sum of RGB (Red+Green+Blue) = 66+208+129=403 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.38% from 403); Green value is 208 (81.64% from 255 or 51.61% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 208 - color contains mainly: green. Hex color #42D081 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D081 is #BD2F7E. Grayscale: #9C9C9C. Windows color (decimal): -12398463 or 8507458. OLE color: 8507458.

HSL color Cylindrical-coordinate representation of color #42D081: hue angle of 146.62º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42D081 is Cyan = 0.68, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 208 129 -
CMYK 0.68 0 0.38 0.18
HSL 146.62º 0.6% 0.54% -
HSV(B) 146.62º 0.68% 0.82% -
XYZ 28.77 47.85 28.49 -
YUV 156.54 112.46 63.42 -
System Red Green Blue C M Y K H S L
Decimal 66 208 129 0.68 0 0.38 0.18 146.62 0.6 0.54
Hex 42 D0 81 44 0 26 12 93 3C 36
Octal 102 320 201 104 0 46 22 223 74 66
Binary 1000010 11010000 10000001 1000100 0 100110 10010 10010011 111100 110110

Color Harmonies of #42D081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D081

Black with #42D081

Text Example


Text Example

White with #42D081

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,208,129); }

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

background-color css

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

 a { background-color: rgb(66,208,129); }

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

border-color css

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

 span { border-color: rgb(66,208,129); }

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