Html Css Color HEX #52C561 Fern

📋 copy color: '#52C561'

red 82 ◦ green 197 ◦ blue 97

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

Shades of Fern #52C561

Tints of Fern #52C561

RGB

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

 GREEN value IS 197 (77.34% from 255) = 52.39%

 BLUE value IS 97 (38.28% from 255) = 25.8%

R = 21.81%
G = 52.39%
B = 25.8%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#52C561 (or 0x52C561) is known color: Fern. HEX triplet: 52, C5 and 61. RGB value is (82,197,97). Sum of RGB (Red+Green+Blue) = 82+197+97=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 197 (77.34% from 255 or 52.39% from 376); Blue value is 97 (38.28% from 255 or 25.80% from 376); Max value from RGB is 197 - color contains mainly: green. Hex color #52C561 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C561 is #AD3A9E. Grayscale: #979797. Windows color (decimal): -11352735 or 6407506. OLE color: 6407506.

HSL color Cylindrical-coordinate representation of color #52C561: hue angle of 127.83º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C561 is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 82 197 97 -
CMYK 0.58 0 0.51 0.23
HSL 127.83º 0.5% 0.55% -
HSV(B) 127.83º 0.58% 0.77% -
XYZ 25.6 42.59 18.18 -
YUV 151.22 97.4 78.63 -
System Red Green Blue C M Y K H S L
Decimal 82 197 97 0.58 0 0.51 0.23 127.83 0.5 0.55
Hex 52 C5 61 3A 0 33 17 80 32 37
Octal 122 305 141 72 0 63 27 200 62 67
Binary 1010010 11000101 1100001 111010 0 110011 10111 10000000 110010 110111

Color Harmonies of #52C561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C561

Black with #52C561

Text Example


Text Example

White with #52C561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,197,97); }

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

background-color css

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

 a { background-color: rgb(82,197,97); }

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

border-color css

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

 span { border-color: rgb(82,197,97); }

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