#53BF5F

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

Shades of Fern #53BF5F

Tints of Fern #53BF5F

Color information

#53BF5F (or 0x53BF5F) is unknown color: approx Fern. HEX triplet: 53, BF and 5F. RGB value is (83,191,95). Sum of RGB (Red+Green+Blue) = 83+191+95=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 191 (75% from 255 or 51.76% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 191 - color contains mainly: green. Hex color #53BF5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BF5F is #AC40A0. Grayscale: #949494. Windows color (decimal): -11288737 or 6274899. OLE color: 6274899.

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

Color convert

RGB8319195-
CMYK0.5700.500.25
HSL126.67º45.76%53.73%-
HSV(B)126.67º56.54%74.9%-
XYZ24.2639.9317.25-
YUV147.7698.2281.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.49%
GREEN value IS 191 (75% from 255) = 51.76%
BLUE value IS 95 (37.5% from 255) = 25.75%
R=22.49%
G=51.76%
B=25.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal83191950.5700.500.25126.6745.7653.73
Hex53BF5F39032197f2e36
Octal12327713771062311775666
Binary10100111011111110111111110010110010110011111111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,191,95); }

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

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

 a { background-color: rgb(83,191,95); }

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

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

 span { border-color: rgb(83,191,95); }

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