Html Css Color HEX #53BC60 Fern

📋 copy color: '#53BC60'

red 83 ◦ green 188 ◦ blue 96

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

Shades of Fern #53BC60

Tints of Fern #53BC60

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.23%

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

R = 22.62%
G = 51.23%
B = 26.16%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#53BC60 (or 0x53BC60) is known color: Fern. HEX triplet: 53, BC and 60. RGB value is (83,188,96). Sum of RGB (Red+Green+Blue) = 83+188+96=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 188 (73.83% from 255 or 51.23% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BC60 is #AC439F. Grayscale: #929292. Windows color (decimal): -11289504 or 6339667. OLE color: 6339667.

HSL color Cylindrical-coordinate representation of color #53BC60: hue angle of 127.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BC60 is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 188 96 -
CMYK 0.56 0 0.49 0.26
HSL 127.43º 0.44% 0.53% -
HSV(B) 127.43º 0.56% 0.74% -
XYZ 23.66 38.65 17.28 -
YUV 146.12 99.71 82.98 -
System Red Green Blue C M Y K H S L
Decimal 83 188 96 0.56 0 0.49 0.26 127.43 0.44 0.53
Hex 53 BC 60 38 0 31 1A 7F 2C 35
Octal 123 274 140 70 0 61 32 177 54 65
Binary 1010011 10111100 1100000 111000 0 110001 11010 1111111 101100 110101

Color Harmonies of #53BC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BC60

Black with #53BC60

Text Example


Text Example

White with #53BC60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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