Html Css Color HEX #53C960 Fern

📋 copy color: '#53C960'

red 83 ◦ green 201 ◦ blue 96

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

Shades of Fern #53C960

Tints of Fern #53C960

RGB

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

 GREEN value IS 201 (78.91% from 255) = 52.89%

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

R = 21.84%
G = 52.89%
B = 25.26%

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

#53C960 (or 0x53C960) is known color: Fern. HEX triplet: 53, C9 and 60. RGB value is (83,201,96). Sum of RGB (Red+Green+Blue) = 83+201+96=380 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.84% from 380); Green value is 201 (78.91% from 255 or 52.89% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 201 - color contains mainly: green. Hex color #53C960 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C960 is #AC369F. Grayscale: #9A9A9A. Windows color (decimal): -11286176 or 6342995. OLE color: 6342995.

HSL color Cylindrical-coordinate representation of color #53C960: hue angle of 126.61º degrees, saturation: 0.52, 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 #53C960 is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 83 201 96 -
CMYK 0.59 0 0.52 0.21
HSL 126.61º 0.52% 0.56% -
HSV(B) 126.61º 0.59% 0.79% -
XYZ 26.57 44.46 18.25 -
YUV 153.75 95.41 77.54 -
System Red Green Blue C M Y K H S L
Decimal 83 201 96 0.59 0 0.52 0.21 126.61 0.52 0.56
Hex 53 C9 60 3B 0 34 15 7F 34 38
Octal 123 311 140 73 0 64 25 177 64 70
Binary 1010011 11001001 1100000 111011 0 110100 10101 1111111 110100 111000

Color Harmonies of #53C960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C960

Black with #53C960

Text Example


Text Example

White with #53C960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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