#53BB61

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

Shades of Fern #53BB61

Tints of Fern #53BB61

Color information

#53BB61 (or 0x53BB61) is unknown color: approx Fern. HEX triplet: 53, BB and 61. RGB value is (83,187,97). Sum of RGB (Red+Green+Blue) = 83+187+97=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 187 (73.44% from 255 or 50.95% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 187 - color contains mainly: green. Hex color #53BB61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BB61 is #AC449E. Grayscale: #919191. Windows color (decimal): -11289759 or 6404947. OLE color: 6404947.

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

Color convert

RGB8318797-
CMYK0.5600.480.27
HSL128.08º43.33%52.94%-
HSV(B)128.08º55.61%73.33%-
XYZ23.538.2417.45-
YUV145.64100.5483.32-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.62%
GREEN value IS 187 (73.44% from 255) = 50.95%
BLUE value IS 97 (38.28% from 255) = 26.43%
R=22.62%
G=50.95%
B=26.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal83187970.5600.480.27128.0843.3352.94
Hex53BB61380301B802b35
Octal12327314170060332005365
Binary101001110111011110000111100001100001101110000000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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