#53BA65

Color #53BA65 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #53BA65

Tints of Fern #53BA65

Color information

#53BA65 (or 0x53BA65) is unknown color: approx Fern. HEX triplet: 53, BA and 65. RGB value is (83,186,101). Sum of RGB (Red+Green+Blue) = 83+186+101=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BA65 is #AC459A. Grayscale: #919191. Windows color (decimal): -11290011 or 6666835. OLE color: 6666835.

HSL color Cylindrical-coordinate representation of color #53BA65: hue angle of 130.49º 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 #53BA65 is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB83186101-
CMYK0.5500.460.27
HSL130.49º42.74%52.75%-
HSV(B)130.49º55.38%72.94%-
XYZ23.4837.918.39-
YUV145.51102.8883.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.43%
GREEN value IS 186 (73.05% from 255) = 50.27%
BLUE value IS 101 (39.84% from 255) = 27.30%
R=22.43%
G=50.27%
B=27.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal831861010.5500.460.27130.4942.7452.75
Hex53BA653702E1B822b35
Octal12327214567056332025365
Binary101001110111010110010111011101011101101110000010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #53BA65;
 }
 .AnyTagClassName
 {
   color: #53BA65;
 }
</style>
background-color css

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

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

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

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

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

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