Html Css Color HEX #52C555 Fern

📋 copy color: '#52C555'

red 82 ◦ green 197 ◦ blue 85

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

Shades of Fern #52C555

Tints of Fern #52C555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.35%

R = 22.53%
G = 54.12%
B = 23.35%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#52C555 (or 0x52C555) is known color: Fern. HEX triplet: 52, C5 and 55. RGB value is (82,197,85). Sum of RGB (Red+Green+Blue) = 82+197+85=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 197 (77.34% from 255 or 54.12% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 197 - color contains mainly: green. Hex color #52C555 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C555 is #AD3AAA. Grayscale: #969696. Windows color (decimal): -11352747 or 5621074. OLE color: 5621074.

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

Color convert

RGB 82 197 85 -
CMYK 0.58 0 0.57 0.23
HSL 121.57º 0.5% 0.55% -
HSV(B) 121.57º 0.58% 0.77% -
XYZ 25.09 42.38 15.45 -
YUV 149.85 91.4 79.61 -
System Red Green Blue C M Y K H S L
Decimal 82 197 85 0.58 0 0.57 0.23 121.57 0.5 0.55
Hex 52 C5 55 3A 0 39 17 7A 32 37
Octal 122 305 125 72 0 71 27 172 62 67
Binary 1010010 11000101 1010101 111010 0 111001 10111 1111010 110010 110111

Color Harmonies of #52C555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C555

Black with #52C555

Text Example


Text Example

White with #52C555

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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