#5BAD5E

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

Shades of Fern #5BAD5E

Tints of Fern #5BAD5E

Color information

#5BAD5E (or 0x5BAD5E) is unknown color: approx Fern. HEX triplet: 5B, AD and 5E. RGB value is (91,173,94). Sum of RGB (Red+Green+Blue) = 91+173+94=358 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.42% from 358); Green value is 173 (67.97% from 255 or 48.32% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 173 - color contains mainly: green. Hex color #5BAD5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAD5E is #A452A1. Grayscale: #8B8B8B. Windows color (decimal): -10769058 or 6204763. OLE color: 6204763.

HSL color Cylindrical-coordinate representation of color #5BAD5E: hue angle of 122.2º 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 #5BAD5E is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB9117394-
CMYK0.4700.460.32
HSL122.2º33.33%51.76%-
HSV(B)122.2º47.4%67.84%-
XYZ21.2832.9215.82-
YUV139.48102.3393.42-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.42%
GREEN value IS 173 (67.97% from 255) = 48.32%
BLUE value IS 94 (37.11% from 255) = 26.26%
R=25.42%
G=48.32%
B=26.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal91173940.4700.460.32122.233.3351.76
Hex5BAD5E2F02E207a2134
Octal13325513657056401724164
Binary101101110101101101111010111101011101000001111010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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