Html Css Color HEX #32EB74 Emerald

📋 copy color: '#32EB74'

red 50 ◦ green 235 ◦ blue 116

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

Shades of Emerald #32EB74

Tints of Emerald #32EB74

RGB

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

 GREEN value IS 235 (92.19% from 255) = 58.6%

 BLUE value IS 116 (45.7% from 255) = 28.93%

R = 12.47%
G = 58.6%
B = 28.93%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#32EB74 (or 0x32EB74) is known color: Emerald. HEX triplet: 32, EB and 74. RGB value is (50,235,116). Sum of RGB (Red+Green+Blue) = 50+235+116=401 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.47% from 401); Green value is 235 (92.19% from 255 or 58.60% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 235 - color contains mainly: green. Hex color #32EB74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32EB74 is #CD148B. Grayscale: #A6A6A6. Windows color (decimal): -13440140 or 7662386. OLE color: 7662386.

HSL color Cylindrical-coordinate representation of color #32EB74: hue angle of 141.41º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EB74 is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 50 235 116 -
CMYK 0.79 0 0.51 0.08
HSL 141.41º 0.82% 0.56% -
HSV(B) 141.41º 0.79% 0.92% -
XYZ 34.18 61.36 26.56 -
YUV 166.12 99.71 45.18 -
System Red Green Blue C M Y K H S L
Decimal 50 235 116 0.79 0 0.51 0.08 141.41 0.82 0.56
Hex 32 EB 74 4F 0 33 8 8D 52 38
Octal 62 353 164 117 0 63 10 215 122 70
Binary 110010 11101011 1110100 1001111 0 110011 1000 10001101 1010010 111000

Color Harmonies of #32EB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32EB74

Black with #32EB74

Text Example


Text Example

White with #32EB74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,235,116); }

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

background-color css

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

 a { background-color: rgb(50,235,116); }

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

border-color css

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

 span { border-color: rgb(50,235,116); }

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