Html Css Color HEX #32D570 Emerald

📋 copy color: '#32D570'

red 50 ◦ green 213 ◦ blue 112

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

Shades of Emerald #32D570

Tints of Emerald #32D570

RGB

 RED value IS 50 (19.92% from 255) = 13.33%

 GREEN value IS 213 (83.59% from 255) = 56.8%

 BLUE value IS 112 (44.14% from 255) = 29.87%

R = 13.33%
G = 56.8%
B = 29.87%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#32D570 (or 0x32D570) is known color: Emerald. HEX triplet: 32, D5 and 70. RGB value is (50,213,112). Sum of RGB (Red+Green+Blue) = 50+213+112=375 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.33% from 375); Green value is 213 (83.59% from 255 or 56.8% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 213 - color contains mainly: green. Hex color #32D570 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D570 is #CD2A8F. Grayscale: #989898. Windows color (decimal): -13445776 or 7394610. OLE color: 7394610.

HSL color Cylindrical-coordinate representation of color #32D570: hue angle of 142.82º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D570 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 50 213 112 -
CMYK 0.77 0 0.47 0.16
HSL 142.82º 0.66% 0.52% -
HSV(B) 142.82º 0.77% 0.84% -
XYZ 28.03 49.44 23.39 -
YUV 152.75 105 54.71 -
System Red Green Blue C M Y K H S L
Decimal 50 213 112 0.77 0 0.47 0.16 142.82 0.66 0.52
Hex 32 D5 70 4D 0 2F 10 8F 42 34
Octal 62 325 160 115 0 57 20 217 102 64
Binary 110010 11010101 1110000 1001101 0 101111 10000 10001111 1000010 110100

Color Harmonies of #32D570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D570

Black with #32D570

Text Example


Text Example

White with #32D570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32D570; }

 p { color: rgb(50,213,112); }

 H1.HeaderClassName
 {
   color: #32D570;
 }
 .AnyTagClassName
 {
   color: #32D570;
 }
</style>

background-color css

<style>
 a { background-color: #32D570; }

 a { background-color: rgb(50,213,112); }

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

border-color css

<style>
 span { border-color: #32D570; }

 span { border-color: rgb(50,213,112); }

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