#5BAD70

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

Shades of Fern #5BAD70

Tints of Fern #5BAD70

Color information

#5BAD70 (or 0x5BAD70) is unknown color: approx Fern. HEX triplet: 5B, AD and 70. RGB value is (91,173,112). Sum of RGB (Red+Green+Blue) = 91+173+112=376 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.20% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 173 - color contains mainly: green. Hex color #5BAD70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAD70 is #A4528F. Grayscale: #8D8D8D. Windows color (decimal): -10769040 or 7384411. OLE color: 7384411.

HSL color Cylindrical-coordinate representation of color #5BAD70: hue angle of 135.37º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5BAD70 is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB91173112-
CMYK0.4700.350.32
HSL135.37º33.33%51.76%-
HSV(B)135.37º47.4%67.84%-
XYZ22.1833.2820.58-
YUV141.53111.3391.96-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.20%
GREEN value IS 173 (67.97% from 255) = 46.01%
BLUE value IS 112 (44.14% from 255) = 29.79%
R=24.20%
G=46.01%
B=29.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal911731120.4700.350.32135.3733.3351.76
Hex5BAD702F02320872134
Octal13325516057043402074164
Binary1011011101011011110000101111010001110000010000111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BAD70; }

 p { color: rgb(91,173,112); }

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

<style>
 a { background-color: #5BAD70; }

 a { background-color: rgb(91,173,112); }

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

<style>
 span { border-color: #5BAD70; }

 span { border-color: rgb(91,173,112); }

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