Html Css Color HEX #52BF81 Emerald

📋 copy color: '#52BF81'

red 82 ◦ green 191 ◦ blue 129

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

Shades of Emerald #52BF81

Tints of Emerald #52BF81

RGB

 RED value IS 82 (32.42% from 255) = 20.4%

 GREEN value IS 191 (75% from 255) = 47.51%

 BLUE value IS 129 (50.78% from 255) = 32.09%

R = 20.4%
G = 47.51%
B = 32.09%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#52BF81 (or 0x52BF81) is known color: Emerald. HEX triplet: 52, BF and 81. RGB value is (82,191,129). Sum of RGB (Red+Green+Blue) = 82+191+129=402 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.40% from 402); Green value is 191 (75% from 255 or 47.51% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 191 - color contains mainly: green. Hex color #52BF81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BF81 is #AD407E. Grayscale: #979797. Windows color (decimal): -11354239 or 8503122. OLE color: 8503122.

HSL color Cylindrical-coordinate representation of color #52BF81: hue angle of 145.87º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BF81 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 191 129 -
CMYK 0.57 0 0.32 0.25
HSL 145.87º 0.46% 0.54% -
HSV(B) 145.87º 0.57% 0.75% -
XYZ 26.07 40.64 27.24 -
YUV 151.34 115.39 78.54 -
System Red Green Blue C M Y K H S L
Decimal 82 191 129 0.57 0 0.32 0.25 145.87 0.46 0.54
Hex 52 BF 81 39 0 20 19 92 2E 36
Octal 122 277 201 71 0 40 31 222 56 66
Binary 1010010 10111111 10000001 111001 0 100000 11001 10010010 101110 110110

Color Harmonies of #52BF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BF81

Black with #52BF81

Text Example


Text Example

White with #52BF81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52BF81; }

 p { color: rgb(82,191,129); }

 H1.HeaderClassName
 {
   color: #52BF81;
 }
 .AnyTagClassName
 {
   color: #52BF81;
 }
</style>

background-color css

<style>
 a { background-color: #52BF81; }

 a { background-color: rgb(82,191,129); }

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

border-color css

<style>
 span { border-color: #52BF81; }

 span { border-color: rgb(82,191,129); }

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