Shades of Fern #5BB468
Tints of Fern #5BB468
RGB
CMYK
RGB Variations
Color information
#5BB468 (or 0x5BB468) is known color: Fern. HEX triplet: 5B, B4 and 68. RGB value is (91,180,104). Sum of RGB (Red+Green+Blue) = 91+180+104=375 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.27% from 375); Green value is 180 (70.70% from 255 or 48% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 180 - color contains mainly: green. Hex color #5BB468 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BB468 is #A44B97. Grayscale: #909090. Windows color (decimal): -10767256 or 6861915. OLE color: 6861915.
HSL color Cylindrical-coordinate representation of color #5BB468: hue angle of 128.76º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5BB468 is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 91 | 180 | 104 | - |
| CMYK | 0.49 | 0 | 0.42 | 0.29 |
| HSL | 128.76º | 0.37% | 0.53% | - |
| HSV(B) | 128.76º | 0.49% | 0.71% | - |
| XYZ | 23.13 | 35.87 | 18.8 | - |
| YUV | 144.73 | 105.01 | 89.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 180 | 104 | 0.49 | 0 | 0.42 | 0.29 | 128.76 | 0.37 | 0.53 |
| Hex | 5B | B4 | 68 | 31 | 0 | 2A | 1D | 81 | 25 | 35 |
| Octal | 133 | 264 | 150 | 61 | 0 | 52 | 35 | 201 | 45 | 65 |
| Binary | 1011011 | 10110100 | 1101000 | 110001 | 0 | 101010 | 11101 | 10000001 | 100101 | 110101 |
Color Harmonies of #5BB468
Complementary color
Monochromatic Colors of #5BB468
Black with #5BB468
Text Example
Text Example
White with #5BB468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB468; }
p { color: rgb(91,180,104); }
H1.HeaderClassName
{
color: #5BB468;
}
.AnyTagClassName
{
color: #5BB468;
}
</style>
background-color css
<style>
a { background-color: #5BB468; }
a { background-color: rgb(91,180,104); }
div.DivClassName
{
background-color: #5BB468;
}
.BgClassName
{
background-color: #5BB468;
}
</style>
border-color css
<style>
span { border-color: #5BB468; }
span { border-color: rgb(91,180,104); }
td.TdClassName
{
border-color: #5BB468;
}
.TagClassName
{
border-color: #5BB468;
}
</style>