Html Css Color HEX #52C557 Fern

📋 copy color: '#52C557'

red 82 ◦ green 197 ◦ blue 87

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

Shades of Fern #52C557

Tints of Fern #52C557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.77%

R = 22.4%
G = 53.83%
B = 23.77%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#52C557 (or 0x52C557) is known color: Fern. HEX triplet: 52, C5 and 57. RGB value is (82,197,87). Sum of RGB (Red+Green+Blue) = 82+197+87=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 197 (77.34% from 255 or 53.83% from 366); Blue value is 87 (34.38% from 255 or 23.77% from 366); Max value from RGB is 197 - color contains mainly: green. Hex color #52C557 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C557 is #AD3AA8. Grayscale: #969696. Windows color (decimal): -11352745 or 5752146. OLE color: 5752146.

HSL color Cylindrical-coordinate representation of color #52C557: hue angle of 122.61º 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 #52C557 is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB 82 197 87 -
CMYK 0.58 0 0.56 0.23
HSL 122.61º 0.5% 0.55% -
HSV(B) 122.61º 0.58% 0.77% -
XYZ 25.17 42.41 15.88 -
YUV 150.08 92.4 79.44 -
System Red Green Blue C M Y K H S L
Decimal 82 197 87 0.58 0 0.56 0.23 122.61 0.5 0.55
Hex 52 C5 57 3A 0 38 17 7B 32 37
Octal 122 305 127 72 0 70 27 173 62 67
Binary 1010010 11000101 1010111 111010 0 111000 10111 1111011 110010 110111

Color Harmonies of #52C557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C557

Black with #52C557

Text Example


Text Example

White with #52C557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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