Html Css Color HEX #53CA60 Fern

📋 copy color: '#53CA60'

red 83 ◦ green 202 ◦ blue 96

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

Shades of Fern #53CA60

Tints of Fern #53CA60

RGB

 RED value IS 83 (32.81% from 255) = 21.78%

 GREEN value IS 202 (79.3% from 255) = 53.02%

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

R = 21.78%
G = 53.02%
B = 25.2%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#53CA60 (or 0x53CA60) is known color: Fern. HEX triplet: 53, CA and 60. RGB value is (83,202,96). Sum of RGB (Red+Green+Blue) = 83+202+96=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 202 (79.30% from 255 or 53.02% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 202 - color contains mainly: green. Hex color #53CA60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53CA60 is #AC359F. Grayscale: #9A9A9A. Windows color (decimal): -11285920 or 6343251. OLE color: 6343251.

HSL color Cylindrical-coordinate representation of color #53CA60: hue angle of 126.55º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CA60 is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 83 202 96 -
CMYK 0.59 0 0.52 0.21
HSL 126.55º 0.53% 0.56% -
HSV(B) 126.55º 0.59% 0.79% -
XYZ 26.8 44.92 18.33 -
YUV 154.34 95.08 77.12 -
System Red Green Blue C M Y K H S L
Decimal 83 202 96 0.59 0 0.52 0.21 126.55 0.53 0.56
Hex 53 CA 60 3B 0 34 15 7F 35 38
Octal 123 312 140 73 0 64 25 177 65 70
Binary 1010011 11001010 1100000 111011 0 110100 10101 1111111 110101 111000

Color Harmonies of #53CA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CA60

Black with #53CA60

Text Example


Text Example

White with #53CA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53CA60; }

 p { color: rgb(83,202,96); }

 H1.HeaderClassName
 {
   color: #53CA60;
 }
 .AnyTagClassName
 {
   color: #53CA60;
 }
</style>

background-color css

<style>
 a { background-color: #53CA60; }

 a { background-color: rgb(83,202,96); }

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

border-color css

<style>
 span { border-color: #53CA60; }

 span { border-color: rgb(83,202,96); }

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