Html Css Color HEX #52BE7D Emerald

📋 copy color: '#52BE7D'

red 82 ◦ green 190 ◦ blue 125

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

Shades of Emerald #52BE7D

Tints of Emerald #52BE7D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.86%

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

R = 20.65%
G = 47.86%
B = 31.49%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#52BE7D (or 0x52BE7D) is known color: Emerald. HEX triplet: 52, BE and 7D. RGB value is (82,190,125). Sum of RGB (Red+Green+Blue) = 82+190+125=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 190 (74.61% from 255 or 47.86% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 190 - color contains mainly: green. Hex color #52BE7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BE7D is #AD4182. Grayscale: #969696. Windows color (decimal): -11354499 or 8240722. OLE color: 8240722.

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

Color convert

RGB 82 190 125 -
CMYK 0.57 0 0.34 0.25
HSL 143.89º 0.45% 0.53% -
HSV(B) 143.89º 0.57% 0.75% -
XYZ 25.59 40.1 25.79 -
YUV 150.3 113.72 79.29 -
System Red Green Blue C M Y K H S L
Decimal 82 190 125 0.57 0 0.34 0.25 143.89 0.45 0.53
Hex 52 BE 7D 39 0 22 19 90 2D 35
Octal 122 276 175 71 0 42 31 220 55 65
Binary 1010010 10111110 1111101 111001 0 100010 11001 10010000 101101 110101

Color Harmonies of #52BE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BE7D

Black with #52BE7D

Text Example


Text Example

White with #52BE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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