Html Css Color HEX #42DD83 Emerald

📋 copy color: '#42DD83'

red 66 ◦ green 221 ◦ blue 131

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

Shades of Emerald #42DD83

Tints of Emerald #42DD83

RGB

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

 GREEN value IS 221 (86.72% from 255) = 52.87%

 BLUE value IS 131 (51.56% from 255) = 31.34%

R = 15.79%
G = 52.87%
B = 31.34%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#42DD83 (or 0x42DD83) is known color: Emerald. HEX triplet: 42, DD and 83. RGB value is (66,221,131). Sum of RGB (Red+Green+Blue) = 66+221+131=418 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.79% from 418); Green value is 221 (86.72% from 255 or 52.87% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 221 - color contains mainly: green. Hex color #42DD83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42DD83 is #BD227C. Grayscale: #A4A4A4. Windows color (decimal): -12395133 or 8641858. OLE color: 8641858.

HSL color Cylindrical-coordinate representation of color #42DD83: hue angle of 145.16º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DD83 is Cyan = 0.70, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 221 131 -
CMYK 0.70 0 0.41 0.13
HSL 145.16º 0.7% 0.56% -
HSV(B) 145.16º 0.7% 0.87% -
XYZ 32.2 54.51 30.3 -
YUV 164.4 109.15 57.82 -
System Red Green Blue C M Y K H S L
Decimal 66 221 131 0.70 0 0.41 0.13 145.16 0.7 0.56
Hex 42 DD 83 46 0 29 D 91 46 38
Octal 102 335 203 106 0 51 15 221 106 70
Binary 1000010 11011101 10000011 1000110 0 101001 1101 10010001 1000110 111000

Color Harmonies of #42DD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DD83

Black with #42DD83

Text Example


Text Example

White with #42DD83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,221,131); }

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

background-color css

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

 a { background-color: rgb(66,221,131); }

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

border-color css

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

 span { border-color: rgb(66,221,131); }

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