Shades of Sulu #B5FD6A
Tints of Sulu #B5FD6A
RGB
CMYK
RGB Variations
Color information
#B5FD6A (or 0xB5FD6A) is known color: Sulu. HEX triplet: B5, FD and 6A. RGB value is (181,253,106). Sum of RGB (Red+Green+Blue) = 181+253+106=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 253 (99.22% from 255 or 46.85% from 540); Blue value is 106 (41.80% from 255 or 19.63% from 540); Max value from RGB is 253 - color contains mainly: green. Hex color #B5FD6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FD6A is #4A0295. Grayscale: #D7D7D7. Windows color (decimal): -4850326 or 7011765. OLE color: 7011765.
HSL color Cylindrical-coordinate representation of color #B5FD6A: hue angle of 89.39º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B5FD6A is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 253 | 106 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.01 |
| HSL | 89.39º | 0.97% | 0.7% | - |
| HSV(B) | 89.39º | 0.58% | 0.99% | - |
| XYZ | 56.78 | 81.11 | 26.3 | - |
| YUV | 214.71 | 66.65 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 253 | 106 | 0.28 | 0 | 0.58 | 0.01 | 89.39 | 0.97 | 0.7 |
| Hex | B5 | FD | 6A | 1C | 0 | 3A | 1 | 59 | 61 | 46 |
| Octal | 265 | 375 | 152 | 34 | 0 | 72 | 1 | 131 | 141 | 106 |
| Binary | 10110101 | 11111101 | 1101010 | 11100 | 0 | 111010 | 1 | 1011001 | 1100001 | 1000110 |
Color Harmonies of #B5FD6A
Complementary color
Monochromatic Colors of #B5FD6A
Black with #B5FD6A
Text Example
Text Example
White with #B5FD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FD6A; }
p { color: rgb(181,253,106); }
H1.HeaderClassName
{
color: #B5FD6A;
}
.AnyTagClassName
{
color: #B5FD6A;
}
</style>
background-color css
<style>
a { background-color: #B5FD6A; }
a { background-color: rgb(181,253,106); }
div.DivClassName
{
background-color: #B5FD6A;
}
.BgClassName
{
background-color: #B5FD6A;
}
</style>
border-color css
<style>
span { border-color: #B5FD6A; }
span { border-color: rgb(181,253,106); }
td.TdClassName
{
border-color: #B5FD6A;
}
.TagClassName
{
border-color: #B5FD6A;
}
</style>