#56BF6A

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

Shades of Fern #56BF6A

Tints of Fern #56BF6A

Color information

#56BF6A (or 0x56BF6A) is unknown color: approx Fern. HEX triplet: 56, BF and 6A. RGB value is (86,191,106). Sum of RGB (Red+Green+Blue) = 86+191+106=383 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.45% from 383); Green value is 191 (75% from 255 or 49.87% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 191 - color contains mainly: green. Hex color #56BF6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56BF6A is #A94095. Grayscale: #969696. Windows color (decimal): -11092118 or 6995798. OLE color: 6995798.

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

Color convert

RGB86191106-
CMYK0.5500.450.25
HSL131.43º45.06%54.31%-
HSV(B)131.43º54.97%74.9%-
XYZ25.0740.2820.09-
YUV149.92103.2182.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.45%
GREEN value IS 191 (75% from 255) = 49.87%
BLUE value IS 106 (41.80% from 255) = 27.68%
R=22.45%
G=49.87%
B=27.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal861911060.5500.450.25131.4345.0654.31
Hex56BF6A3702D19832d36
Octal12627715267055312035566
Binary101011010111111110101011011101011011100110000011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56BF6A; }

 p { color: rgb(86,191,106); }

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

<style>
 a { background-color: #56BF6A; }

 a { background-color: rgb(86,191,106); }

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

<style>
 span { border-color: #56BF6A; }

 span { border-color: rgb(86,191,106); }

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