Html Css Color HEX #32D55F Emerald

📋 copy color: '#32D55F'

red 50 ◦ green 213 ◦ blue 95

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

Shades of Emerald #32D55F

Tints of Emerald #32D55F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.54%

R = 13.97%
G = 59.5%
B = 26.54%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#32D55F (or 0x32D55F) is known color: Emerald. HEX triplet: 32, D5 and 5F. RGB value is (50,213,95). Sum of RGB (Red+Green+Blue) = 50+213+95=358 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.97% from 358); Green value is 213 (83.59% from 255 or 59.50% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 213 - color contains mainly: green. Hex color #32D55F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D55F is #CD2AA0. Grayscale: #979797. Windows color (decimal): -13445793 or 6280498. OLE color: 6280498.

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

Color convert

RGB 50 213 95 -
CMYK 0.77 0 0.55 0.16
HSL 136.56º 0.66% 0.52% -
HSV(B) 136.56º 0.77% 0.84% -
XYZ 27.18 49.09 18.87 -
YUV 150.81 96.5 56.09 -
System Red Green Blue C M Y K H S L
Decimal 50 213 95 0.77 0 0.55 0.16 136.56 0.66 0.52
Hex 32 D5 5F 4D 0 37 10 89 42 34
Octal 62 325 137 115 0 67 20 211 102 64
Binary 110010 11010101 1011111 1001101 0 110111 10000 10001001 1000010 110100

Color Harmonies of #32D55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D55F

Black with #32D55F

Text Example


Text Example

White with #32D55F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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