Html Css Color HEX #52BF7D Emerald

📋 copy color: '#52BF7D'

red 82 ◦ green 191 ◦ blue 125

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

Shades of Emerald #52BF7D

Tints of Emerald #52BF7D

RGB

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

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

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

R = 20.6%
G = 47.99%
B = 31.41%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#52BF7D (or 0x52BF7D) is known color: Emerald. HEX triplet: 52, BF and 7D. RGB value is (82,191,125). Sum of RGB (Red+Green+Blue) = 82+191+125=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 191 (75% from 255 or 47.99% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 191 - color contains mainly: green. Hex color #52BF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BF7D is #AD4082. Grayscale: #979797. Windows color (decimal): -11354243 or 8240978. OLE color: 8240978.

HSL color Cylindrical-coordinate representation of color #52BF7D: hue angle of 143.67º 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 #52BF7D is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 191 125 -
CMYK 0.57 0 0.35 0.25
HSL 143.67º 0.46% 0.54% -
HSV(B) 143.67º 0.57% 0.75% -
XYZ 25.81 40.54 25.87 -
YUV 150.89 113.39 78.87 -
System Red Green Blue C M Y K H S L
Decimal 82 191 125 0.57 0 0.35 0.25 143.67 0.46 0.54
Hex 52 BF 7D 39 0 23 19 90 2E 36
Octal 122 277 175 71 0 43 31 220 56 66
Binary 1010010 10111111 1111101 111001 0 100011 11001 10010000 101110 110110

Color Harmonies of #52BF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BF7D

Black with #52BF7D

Text Example


Text Example

White with #52BF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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