Html Css Color HEX #52C160 Fern

📋 copy color: '#52C160'

red 82 ◦ green 193 ◦ blue 96

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

Shades of Fern #52C160

Tints of Fern #52C160

RGB

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

 GREEN value IS 193 (75.78% from 255) = 52.02%

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

R = 22.1%
G = 52.02%
B = 25.88%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#52C160 (or 0x52C160) is known color: Fern. HEX triplet: 52, C1 and 60. RGB value is (82,193,96). Sum of RGB (Red+Green+Blue) = 82+193+96=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #52C160 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C160 is #AD3E9F. Grayscale: #959595. Windows color (decimal): -11353760 or 6340946. OLE color: 6340946.

HSL color Cylindrical-coordinate representation of color #52C160: hue angle of 127.57º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C160 is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 193 96 -
CMYK 0.58 0 0.50 0.24
HSL 127.57º 0.47% 0.54% -
HSV(B) 127.57º 0.58% 0.76% -
XYZ 24.66 40.78 17.64 -
YUV 148.75 98.23 80.39 -
System Red Green Blue C M Y K H S L
Decimal 82 193 96 0.58 0 0.50 0.24 127.57 0.47 0.54
Hex 52 C1 60 3A 0 32 18 80 2F 36
Octal 122 301 140 72 0 62 30 200 57 66
Binary 1010010 11000001 1100000 111010 0 110010 11000 10000000 101111 110110

Color Harmonies of #52C160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C160

Black with #52C160

Text Example


Text Example

White with #52C160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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