#53BA68

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

Shades of Fern #53BA68

Tints of Fern #53BA68

Color information

#53BA68 (or 0x53BA68) is unknown color: approx Fern. HEX triplet: 53, BA and 68. RGB value is (83,186,104). Sum of RGB (Red+Green+Blue) = 83+186+104=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BA68 is #AC4597. Grayscale: #929292. Windows color (decimal): -11290008 or 6863443. OLE color: 6863443.

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

Color convert

RGB83186104-
CMYK0.5500.440.27
HSL132.23º42.74%52.75%-
HSV(B)132.23º55.38%72.94%-
XYZ23.6237.9619.18-
YUV145.85104.3883.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.25%
GREEN value IS 186 (73.05% from 255) = 49.87%
BLUE value IS 104 (41.02% from 255) = 27.88%
R=22.25%
G=49.87%
B=27.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal831861040.5500.440.27132.2342.7452.75
Hex53BA683702C1B842b35
Octal12327215067054332045365
Binary101001110111010110100011011101011001101110000100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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