Html Css Color HEX #32D760 Emerald

📋 copy color: '#32D760'

red 50 ◦ green 215 ◦ blue 96

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

Shades of Emerald #32D760

Tints of Emerald #32D760

RGB

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

 GREEN value IS 215 (84.38% from 255) = 59.56%

 BLUE value IS 96 (37.89% from 255) = 26.59%

R = 13.85%
G = 59.56%
B = 26.59%

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

#32D760 (or 0x32D760) is known color: Emerald. HEX triplet: 32, D7 and 60. RGB value is (50,215,96). Sum of RGB (Red+Green+Blue) = 50+215+96=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 215 (84.38% from 255 or 59.56% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 215 - color contains mainly: green. Hex color #32D760 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D760 is #CD289F. Grayscale: #989898. Windows color (decimal): -13445280 or 6346546. OLE color: 6346546.

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

Color convert

RGB 50 215 96 -
CMYK 0.77 0 0.55 0.16
HSL 136.73º 0.67% 0.52% -
HSV(B) 136.73º 0.77% 0.84% -
XYZ 27.73 50.12 19.28 -
YUV 152.1 96.34 55.18 -
System Red Green Blue C M Y K H S L
Decimal 50 215 96 0.77 0 0.55 0.16 136.73 0.67 0.52
Hex 32 D7 60 4D 0 37 10 89 43 34
Octal 62 327 140 115 0 67 20 211 103 64
Binary 110010 11010111 1100000 1001101 0 110111 10000 10001001 1000011 110100

Color Harmonies of #32D760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D760

Black with #32D760

Text Example


Text Example

White with #32D760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,215,96); }

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

background-color css

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

 a { background-color: rgb(50,215,96); }

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

border-color css

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

 span { border-color: rgb(50,215,96); }

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