Html Css Color HEX #42D383 Emerald

📋 copy color: '#42D383'

red 66 ◦ green 211 ◦ blue 131

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

Shades of Emerald #42D383

Tints of Emerald #42D383

RGB

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

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

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

R = 16.18%
G = 51.72%
B = 32.11%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#42D383 (or 0x42D383) is known color: Emerald. HEX triplet: 42, D3 and 83. RGB value is (66,211,131). Sum of RGB (Red+Green+Blue) = 66+211+131=408 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.18% from 408); Green value is 211 (82.81% from 255 or 51.72% from 408); Blue value is 131 (51.56% from 255 or 32.11% from 408); Max value from RGB is 211 - color contains mainly: green. Hex color #42D383 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D383 is #BD2C7C. Grayscale: #9E9E9E. Windows color (decimal): -12397693 or 8639298. OLE color: 8639298.

HSL color Cylindrical-coordinate representation of color #42D383: hue angle of 146.9º 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 #42D383 is Cyan = 0.69, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB 66 211 131 -
CMYK 0.69 0 0.38 0.17
HSL 146.9º 0.62% 0.54% -
HSV(B) 146.9º 0.69% 0.83% -
XYZ 29.64 49.39 29.44 -
YUV 158.53 112.46 62 -
System Red Green Blue C M Y K H S L
Decimal 66 211 131 0.69 0 0.38 0.17 146.9 0.62 0.54
Hex 42 D3 83 45 0 26 11 93 3E 36
Octal 102 323 203 105 0 46 21 223 76 66
Binary 1000010 11010011 10000011 1000101 0 100110 10001 10010011 111110 110110

Color Harmonies of #42D383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D383

Black with #42D383

Text Example


Text Example

White with #42D383

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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