#53BE61

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

Shades of Fern #53BE61

Tints of Fern #53BE61

Color information

#53BE61 (or 0x53BE61) is unknown color: approx Fern. HEX triplet: 53, BE and 61. RGB value is (83,190,97). Sum of RGB (Red+Green+Blue) = 83+190+97=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 190 (74.61% from 255 or 51.35% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 190 - color contains mainly: green. Hex color #53BE61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BE61 is #AC419E. Grayscale: #939393. Windows color (decimal): -11288991 or 6405715. OLE color: 6405715.

HSL color Cylindrical-coordinate representation of color #53BE61: hue angle of 127.85º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BE61 is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB8319097-
CMYK0.5600.490.25
HSL127.85º45.15%53.53%-
HSV(B)127.85º56.32%74.51%-
XYZ24.1439.5317.67-
YUV147.499.5582.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.43%
GREEN value IS 190 (74.61% from 255) = 51.35%
BLUE value IS 97 (38.28% from 255) = 26.22%
R=22.43%
G=51.35%
B=26.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal83190970.5600.490.25127.8545.1553.53
Hex53BE613803119802d36
Octal12327614170061312005566
Binary101001110111110110000111100001100011100110000000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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