Html Css Color HEX #52CE60 Fern

📋 copy color: '#52CE60'

red 82 ◦ green 206 ◦ blue 96

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

Shades of Fern #52CE60

Tints of Fern #52CE60

RGB

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

 GREEN value IS 206 (80.86% from 255) = 53.65%

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

R = 21.35%
G = 53.65%
B = 25%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#52CE60 (or 0x52CE60) is known color: Fern. HEX triplet: 52, CE and 60. RGB value is (82,206,96). Sum of RGB (Red+Green+Blue) = 82+206+96=384 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.35% from 384); Green value is 206 (80.86% from 255 or 53.65% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CE60 is #AD319F. Grayscale: #9C9C9C. Windows color (decimal): -11350432 or 6344274. OLE color: 6344274.

HSL color Cylindrical-coordinate representation of color #52CE60: hue angle of 126.77º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CE60 is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 206 96 -
CMYK 0.60 0 0.53 0.19
HSL 126.77º 0.56% 0.56% -
HSV(B) 126.77º 0.6% 0.81% -
XYZ 27.66 46.78 18.64 -
YUV 156.38 93.92 74.94 -
System Red Green Blue C M Y K H S L
Decimal 82 206 96 0.60 0 0.53 0.19 126.77 0.56 0.56
Hex 52 CE 60 3C 0 35 13 7F 38 38
Octal 122 316 140 74 0 65 23 177 70 70
Binary 1010010 11001110 1100000 111100 0 110101 10011 1111111 111000 111000

Color Harmonies of #52CE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CE60

Black with #52CE60

Text Example


Text Example

White with #52CE60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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