Html Css Color HEX #32EF7D Emerald

📋 copy color: '#32EF7D'

red 50 ◦ green 239 ◦ blue 125

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

Shades of Emerald #32EF7D

Tints of Emerald #32EF7D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 57.73%

 BLUE value IS 125 (49.22% from 255) = 30.19%

R = 12.08%
G = 57.73%
B = 30.19%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#32EF7D (or 0x32EF7D) is known color: Emerald. HEX triplet: 32, EF and 7D. RGB value is (50,239,125). Sum of RGB (Red+Green+Blue) = 50+239+125=414 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.08% from 414); Green value is 239 (93.75% from 255 or 57.73% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 239 - color contains mainly: green. Hex color #32EF7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32EF7D is #CD1082. Grayscale: #A9A9A9. Windows color (decimal): -13439107 or 8253234. OLE color: 8253234.

HSL color Cylindrical-coordinate representation of color #32EF7D: hue angle of 143.81º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EF7D is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 50 239 125 -
CMYK 0.79 0 0.48 0.06
HSL 143.81º 0.86% 0.57% -
HSV(B) 143.81º 0.79% 0.94% -
XYZ 35.88 63.89 29.84 -
YUV 169.49 102.88 42.77 -
System Red Green Blue C M Y K H S L
Decimal 50 239 125 0.79 0 0.48 0.06 143.81 0.86 0.57
Hex 32 EF 7D 4F 0 30 6 90 56 39
Octal 62 357 175 117 0 60 6 220 126 71
Binary 110010 11101111 1111101 1001111 0 110000 110 10010000 1010110 111001

Color Harmonies of #32EF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32EF7D

Black with #32EF7D

Text Example


Text Example

White with #32EF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,239,125); }

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

background-color css

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

 a { background-color: rgb(50,239,125); }

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

border-color css

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

 span { border-color: rgb(50,239,125); }

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