Html Css Color HEX #42D384 Emerald

📋 copy color: '#42D384'

red 66 ◦ green 211 ◦ blue 132

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

Shades of Emerald #42D384

Tints of Emerald #42D384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.27%

R = 16.14%
G = 51.59%
B = 32.27%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#42D384 (or 0x42D384) is known color: Emerald. HEX triplet: 42, D3 and 84. RGB value is (66,211,132). Sum of RGB (Red+Green+Blue) = 66+211+132=409 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.14% from 409); Green value is 211 (82.81% from 255 or 51.59% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 211 - color contains mainly: green. Hex color #42D384 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D384 is #BD2C7B. Grayscale: #9E9E9E. Windows color (decimal): -12397692 or 8704834. OLE color: 8704834.

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

Color convert

RGB 66 211 132 -
CMYK 0.69 0 0.37 0.17
HSL 147.31º 0.62% 0.54% -
HSV(B) 147.31º 0.69% 0.83% -
XYZ 29.71 49.41 29.8 -
YUV 158.64 112.96 61.92 -
System Red Green Blue C M Y K H S L
Decimal 66 211 132 0.69 0 0.37 0.17 147.31 0.62 0.54
Hex 42 D3 84 45 0 25 11 93 3E 36
Octal 102 323 204 105 0 45 21 223 76 66
Binary 1000010 11010011 10000100 1000101 0 100101 10001 10010011 111110 110110

Color Harmonies of #42D384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D384

Black with #42D384

Text Example


Text Example

White with #42D384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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