Html Css Color HEX #52F589 Emerald

📋 copy color: '#52F589'

red 82 ◦ green 245 ◦ blue 137

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

Shades of Emerald #52F589

Tints of Emerald #52F589

RGB

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

 GREEN value IS 245 (96.09% from 255) = 52.8%

 BLUE value IS 137 (53.91% from 255) = 29.53%

R = 17.67%
G = 52.8%
B = 29.53%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#52F589 (or 0x52F589) is known color: Emerald. HEX triplet: 52, F5 and 89. RGB value is (82,245,137). Sum of RGB (Red+Green+Blue) = 82+245+137=464 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.67% from 464); Green value is 245 (96.09% from 255 or 52.80% from 464); Blue value is 137 (53.91% from 255 or 29.53% from 464); Max value from RGB is 245 - color contains mainly: green. Hex color #52F589 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F589 is #AD0A76. Grayscale: #B8B8B8. Windows color (decimal): -11340407 or 9041234. OLE color: 9041234.

HSL color Cylindrical-coordinate representation of color #52F589: hue angle of 140.25º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F589 is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 82 245 137 -
CMYK 0.67 0 0.44 0.04
HSL 140.25º 0.89% 0.64% -
HSV(B) 140.25º 0.67% 0.96% -
XYZ 40.65 68.9 34.82 -
YUV 183.95 101.5 55.28 -
System Red Green Blue C M Y K H S L
Decimal 82 245 137 0.67 0 0.44 0.04 140.25 0.89 0.64
Hex 52 F5 89 43 0 2C 4 8C 59 40
Octal 122 365 211 103 0 54 4 214 131 100
Binary 1010010 11110101 10001001 1000011 0 101100 100 10001100 1011001 1000000

Color Harmonies of #52F589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F589

Black with #52F589

Text Example


Text Example

White with #52F589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,245,137); }

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

background-color css

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

 a { background-color: rgb(82,245,137); }

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

border-color css

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

 span { border-color: rgb(82,245,137); }

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