Html Css Color HEX #52B860 Fern

📋 copy color: '#52B860'

red 82 ◦ green 184 ◦ blue 96

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

Shades of Fern #52B860

Tints of Fern #52B860

RGB

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

 GREEN value IS 184 (72.27% from 255) = 50.83%

 BLUE value IS 96 (37.89% from 255) = 26.52%

R = 22.65%
G = 50.83%
B = 26.52%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#52B860 (or 0x52B860) is known color: Fern. HEX triplet: 52, B8 and 60. RGB value is (82,184,96). Sum of RGB (Red+Green+Blue) = 82+184+96=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 184 (72.27% from 255 or 50.83% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 184 - color contains mainly: green. Hex color #52B860 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B860 is #AD479F. Grayscale: #8F8F8F. Windows color (decimal): -11356064 or 6338642. OLE color: 6338642.

HSL color Cylindrical-coordinate representation of color #52B860: hue angle of 128.24º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B860 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 82 184 96 -
CMYK 0.55 0 0.48 0.28
HSL 128.24º 0.42% 0.52% -
HSV(B) 128.24º 0.55% 0.72% -
XYZ 22.73 36.92 16.99 -
YUV 143.47 101.21 84.16 -
System Red Green Blue C M Y K H S L
Decimal 82 184 96 0.55 0 0.48 0.28 128.24 0.42 0.52
Hex 52 B8 60 37 0 30 1C 80 2A 34
Octal 122 270 140 67 0 60 34 200 52 64
Binary 1010010 10111000 1100000 110111 0 110000 11100 10000000 101010 110100

Color Harmonies of #52B860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B860

Black with #52B860

Text Example


Text Example

White with #52B860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,184,96); }

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

background-color css

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

 a { background-color: rgb(82,184,96); }

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

border-color css

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

 span { border-color: rgb(82,184,96); }

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