Shades of Sulu #B5FE6F
Tints of Sulu #B5FE6F
RGB
CMYK
RGB Variations
Color information
#B5FE6F (or 0xB5FE6F) is known color: Sulu. HEX triplet: B5, FE and 6F. RGB value is (181,254,111). Sum of RGB (Red+Green+Blue) = 181+254+111=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 254 (99.61% from 255 or 46.52% from 546); Blue value is 111 (43.75% from 255 or 20.33% from 546); Max value from RGB is 254 - color contains mainly: green. Hex color #B5FE6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FE6F is #4A0190. Grayscale: #D8D8D8. Windows color (decimal): -4850065 or 7339701. OLE color: 7339701.
HSL color Cylindrical-coordinate representation of color #B5FE6F: hue angle of 90.63º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B5FE6F is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 254 | 111 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.00 |
| HSL | 90.63º | 0.99% | 0.72% | - |
| HSV(B) | 90.63º | 0.56% | 1% | - |
| XYZ | 57.37 | 81.86 | 27.81 | - |
| YUV | 215.87 | 68.82 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 254 | 111 | 0.29 | 0 | 0.56 | 0.00 | 90.63 | 0.99 | 0.72 |
| Hex | B5 | FE | 6F | 1D | 0 | 38 | 0 | 5B | 63 | 48 |
| Octal | 265 | 376 | 157 | 35 | 0 | 70 | 0 | 133 | 143 | 110 |
| Binary | 10110101 | 11111110 | 1101111 | 11101 | 0 | 111000 | 0 | 1011011 | 1100011 | 1001000 |
Color Harmonies of #B5FE6F
Complementary color
Monochromatic Colors of #B5FE6F
Black with #B5FE6F
Text Example
Text Example
White with #B5FE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FE6F; }
p { color: rgb(181,254,111); }
H1.HeaderClassName
{
color: #B5FE6F;
}
.AnyTagClassName
{
color: #B5FE6F;
}
</style>
background-color css
<style>
a { background-color: #B5FE6F; }
a { background-color: rgb(181,254,111); }
div.DivClassName
{
background-color: #B5FE6F;
}
.BgClassName
{
background-color: #B5FE6F;
}
</style>
border-color css
<style>
span { border-color: #B5FE6F; }
span { border-color: rgb(181,254,111); }
td.TdClassName
{
border-color: #B5FE6F;
}
.TagClassName
{
border-color: #B5FE6F;
}
</style>