Html Css Color HEX #32D76A Emerald

📋 copy color: '#32D76A'

red 50 ◦ green 215 ◦ blue 106

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

Shades of Emerald #32D76A

Tints of Emerald #32D76A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.57%

R = 13.48%
G = 57.95%
B = 28.57%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#32D76A (or 0x32D76A) is known color: Emerald. HEX triplet: 32, D7 and 6A. RGB value is (50,215,106). Sum of RGB (Red+Green+Blue) = 50+215+106=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 215 (84.38% from 255 or 57.95% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 215 - color contains mainly: green. Hex color #32D76A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D76A is #CD2895. Grayscale: #999999. Windows color (decimal): -13445270 or 7001906. OLE color: 7001906.

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

Color convert

RGB 50 215 106 -
CMYK 0.77 0 0.51 0.16
HSL 140.36º 0.67% 0.52% -
HSV(B) 140.36º 0.77% 0.84% -
XYZ 28.22 50.32 21.86 -
YUV 153.24 101.34 54.36 -
System Red Green Blue C M Y K H S L
Decimal 50 215 106 0.77 0 0.51 0.16 140.36 0.67 0.52
Hex 32 D7 6A 4D 0 33 10 8C 43 34
Octal 62 327 152 115 0 63 20 214 103 64
Binary 110010 11010111 1101010 1001101 0 110011 10000 10001100 1000011 110100

Color Harmonies of #32D76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D76A

Black with #32D76A

Text Example


Text Example

White with #32D76A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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