Html Css Color HEX #52C97E Emerald

📋 copy color: '#52C97E'

red 82 ◦ green 201 ◦ blue 126

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

Shades of Emerald #52C97E

Tints of Emerald #52C97E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.81%

R = 20.05%
G = 49.14%
B = 30.81%

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

#52C97E (or 0x52C97E) is known color: Emerald. HEX triplet: 52, C9 and 7E. RGB value is (82,201,126). Sum of RGB (Red+Green+Blue) = 82+201+126=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 201 (78.91% from 255 or 49.14% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 201 - color contains mainly: green. Hex color #52C97E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C97E is #AD3681. Grayscale: #9D9D9D. Windows color (decimal): -11351682 or 8309074. OLE color: 8309074.

HSL color Cylindrical-coordinate representation of color #52C97E: hue angle of 142.18º 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 #52C97E is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 201 126 -
CMYK 0.59 0 0.37 0.21
HSL 142.18º 0.52% 0.55% -
HSV(B) 142.18º 0.59% 0.79% -
XYZ 28.13 45.07 26.96 -
YUV 156.87 110.58 74.6 -
System Red Green Blue C M Y K H S L
Decimal 82 201 126 0.59 0 0.37 0.21 142.18 0.52 0.55
Hex 52 C9 7E 3B 0 25 15 8E 34 37
Octal 122 311 176 73 0 45 25 216 64 67
Binary 1010010 11001001 1111110 111011 0 100101 10101 10001110 110100 110111

Color Harmonies of #52C97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C97E

Black with #52C97E

Text Example


Text Example

White with #52C97E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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