Shades of Fern #5BCA6A
Tints of Fern #5BCA6A
RGB
CMYK
RGB Variations
Color information
#5BCA6A (or 0x5BCA6A) is known color: Fern. HEX triplet: 5B, CA and 6A. RGB value is (91,202,106). Sum of RGB (Red+Green+Blue) = 91+202+106=399 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.81% from 399); Green value is 202 (79.30% from 255 or 50.63% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 202 - color contains mainly: green. Hex color #5BCA6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BCA6A is #A43595. Grayscale: #9E9E9E. Windows color (decimal): -10761622 or 6998619. OLE color: 6998619.
HSL color Cylindrical-coordinate representation of color #5BCA6A: hue angle of 128.11º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BCA6A is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 202 | 106 | - |
| CMYK | 0.55 | 0 | 0.48 | 0.21 |
| HSL | 128.11º | 0.51% | 0.57% | - |
| HSV(B) | 128.11º | 0.55% | 0.79% | - |
| XYZ | 28.04 | 45.51 | 20.94 | - |
| YUV | 157.87 | 98.73 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 202 | 106 | 0.55 | 0 | 0.48 | 0.21 | 128.11 | 0.51 | 0.57 |
| Hex | 5B | CA | 6A | 37 | 0 | 30 | 15 | 80 | 33 | 39 |
| Octal | 133 | 312 | 152 | 67 | 0 | 60 | 25 | 200 | 63 | 71 |
| Binary | 1011011 | 11001010 | 1101010 | 110111 | 0 | 110000 | 10101 | 10000000 | 110011 | 111001 |
Color Harmonies of #5BCA6A
Complementary color
Monochromatic Colors of #5BCA6A
Black with #5BCA6A
Text Example
Text Example
White with #5BCA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCA6A; }
p { color: rgb(91,202,106); }
H1.HeaderClassName
{
color: #5BCA6A;
}
.AnyTagClassName
{
color: #5BCA6A;
}
</style>
background-color css
<style>
a { background-color: #5BCA6A; }
a { background-color: rgb(91,202,106); }
div.DivClassName
{
background-color: #5BCA6A;
}
.BgClassName
{
background-color: #5BCA6A;
}
</style>
border-color css
<style>
span { border-color: #5BCA6A; }
span { border-color: rgb(91,202,106); }
td.TdClassName
{
border-color: #5BCA6A;
}
.TagClassName
{
border-color: #5BCA6A;
}
</style>