Html Css Color HEX #52C97F Emerald

📋 copy color: '#52C97F'

red 82 ◦ green 201 ◦ blue 127

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

Shades of Emerald #52C97F

Tints of Emerald #52C97F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.02%

 BLUE value IS 127 (50% from 255) = 30.98%

R = 20%
G = 49.02%
B = 30.98%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#52C97F (or 0x52C97F) is known color: Emerald. HEX triplet: 52, C9 and 7F. RGB value is (82,201,127). Sum of RGB (Red+Green+Blue) = 82+201+127=410 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20% from 410); Green value is 201 (78.91% from 255 or 49.02% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 201 - color contains mainly: green. Hex color #52C97F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C97F is #AD3680. Grayscale: #9D9D9D. Windows color (decimal): -11351681 or 8374610. OLE color: 8374610.

HSL color Cylindrical-coordinate representation of color #52C97F: hue angle of 142.69º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C97F is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 201 127 -
CMYK 0.59 0 0.37 0.21
HSL 142.69º 0.52% 0.55% -
HSV(B) 142.69º 0.59% 0.79% -
XYZ 28.2 45.1 27.3 -
YUV 156.98 111.08 74.52 -
System Red Green Blue C M Y K H S L
Decimal 82 201 127 0.59 0 0.37 0.21 142.69 0.52 0.55
Hex 52 C9 7F 3B 0 25 15 8F 34 37
Octal 122 311 177 73 0 45 25 217 64 67
Binary 1010010 11001001 1111111 111011 0 100101 10101 10001111 110100 110111

Color Harmonies of #52C97F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C97F

Black with #52C97F

Text Example


Text Example

White with #52C97F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,201,127); }

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

background-color css

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

 a { background-color: rgb(82,201,127); }

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

border-color css

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

 span { border-color: rgb(82,201,127); }

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