#53BC69

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

Shades of Fern #53BC69

Tints of Fern #53BC69

Color information

#53BC69 (or 0x53BC69) is unknown color: approx Fern. HEX triplet: 53, BC and 69. RGB value is (83,188,105). Sum of RGB (Red+Green+Blue) = 83+188+105=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BC69 is #AC4396. Grayscale: #939393. Windows color (decimal): -11289495 or 6929491. OLE color: 6929491.

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

Color convert

RGB83188105-
CMYK0.5600.440.26
HSL132.57º43.93%53.14%-
HSV(B)132.57º55.85%73.73%-
XYZ24.138.8319.59-
YUV147.14104.2182.25-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.07%
GREEN value IS 188 (73.83% from 255) = 50%
BLUE value IS 105 (41.41% from 255) = 27.93%
R=22.07%
G=50%
B=27.93%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal831881050.5600.440.26132.5743.9353.14
Hex53BC693802C1A852c35
Octal12327415170054322055465
Binary101001110111100110100111100001011001101010000101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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