#53BD66

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

Shades of Fern #53BD66

Tints of Fern #53BD66

Color information

#53BD66 (or 0x53BD66) is unknown color: approx Fern. HEX triplet: 53, BD and 66. RGB value is (83,189,102). Sum of RGB (Red+Green+Blue) = 83+189+102=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 189 (74.22% from 255 or 50.53% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 189 - color contains mainly: green. Hex color #53BD66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BD66 is #AC4299. Grayscale: #939393. Windows color (decimal): -11289242 or 6733139. OLE color: 6733139.

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

Color convert

RGB83189102-
CMYK0.5600.460.26
HSL130.75º44.54%53.33%-
HSV(B)130.75º56.08%74.12%-
XYZ24.1639.1918.86-
YUV147.39102.3882.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.19%
GREEN value IS 189 (74.22% from 255) = 50.53%
BLUE value IS 102 (40.23% from 255) = 27.27%
R=22.19%
G=50.53%
B=27.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal831891020.5600.460.26130.7544.5453.33
Hex53BD663802E1A832d35
Octal12327514670056322035565
Binary101001110111101110011011100001011101101010000011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,189,102); }

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

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

 a { background-color: rgb(83,189,102); }

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

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

 span { border-color: rgb(83,189,102); }

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