Html Css Color HEX #53BA61 Fern

📋 copy color: '#53BA61'

red 83 ◦ green 186 ◦ blue 97

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

Shades of Fern #53BA61

Tints of Fern #53BA61

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.82%

 BLUE value IS 97 (38.28% from 255) = 26.5%

R = 22.68%
G = 50.82%
B = 26.5%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#53BA61 (or 0x53BA61) is known color: Fern. HEX triplet: 53, BA and 61. RGB value is (83,186,97). Sum of RGB (Red+Green+Blue) = 83+186+97=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 186 (73.05% from 255 or 50.82% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BA61 is #AC459E. Grayscale: #919191. Windows color (decimal): -11290015 or 6404691. OLE color: 6404691.

HSL color Cylindrical-coordinate representation of color #53BA61: hue angle of 128.16º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53BA61 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 186 97 -
CMYK 0.55 0 0.48 0.27
HSL 128.16º 0.43% 0.53% -
HSV(B) 128.16º 0.55% 0.73% -
XYZ 23.28 37.82 17.38 -
YUV 145.06 100.88 83.74 -
System Red Green Blue C M Y K H S L
Decimal 83 186 97 0.55 0 0.48 0.27 128.16 0.43 0.53
Hex 53 BA 61 37 0 30 1B 80 2B 35
Octal 123 272 141 67 0 60 33 200 53 65
Binary 1010011 10111010 1100001 110111 0 110000 11011 10000000 101011 110101

Color Harmonies of #53BA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BA61

Black with #53BA61

Text Example


Text Example

White with #53BA61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,186,97); }

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

background-color css

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

 a { background-color: rgb(83,186,97); }

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

border-color css

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

 span { border-color: rgb(83,186,97); }

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