Html Css Color HEX #32D672 Emerald

📋 copy color: '#32D672'

red 50 ◦ green 214 ◦ blue 114

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

Shades of Emerald #32D672

Tints of Emerald #32D672

RGB

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

 GREEN value IS 214 (83.98% from 255) = 56.61%

 BLUE value IS 114 (44.92% from 255) = 30.16%

R = 13.23%
G = 56.61%
B = 30.16%

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

#32D672 (or 0x32D672) is known color: Emerald. HEX triplet: 32, D6 and 72. RGB value is (50,214,114). Sum of RGB (Red+Green+Blue) = 50+214+114=378 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.23% from 378); Green value is 214 (83.98% from 255 or 56.61% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 214 - color contains mainly: green. Hex color #32D672 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D672 is #CD298D. Grayscale: #999999. Windows color (decimal): -13445518 or 7525938. OLE color: 7525938.

HSL color Cylindrical-coordinate representation of color #32D672: hue angle of 143.41º degrees, saturation: 0.67, 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 #32D672 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 50 214 114 -
CMYK 0.77 0 0.47 0.16
HSL 143.41º 0.67% 0.52% -
HSV(B) 143.41º 0.77% 0.84% -
XYZ 28.4 49.99 24.07 -
YUV 153.56 105.67 54.13 -
System Red Green Blue C M Y K H S L
Decimal 50 214 114 0.77 0 0.47 0.16 143.41 0.67 0.52
Hex 32 D6 72 4D 0 2F 10 8F 43 34
Octal 62 326 162 115 0 57 20 217 103 64
Binary 110010 11010110 1110010 1001101 0 101111 10000 10001111 1000011 110100

Color Harmonies of #32D672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D672

Black with #32D672

Text Example


Text Example

White with #32D672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,214,114); }

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

background-color css

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

 a { background-color: rgb(50,214,114); }

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

border-color css

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

 span { border-color: rgb(50,214,114); }

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