Shades of Sulu #B5FE65
Tints of Sulu #B5FE65
RGB
CMYK
RGB Variations
Color information
#B5FE65 (or 0xB5FE65) is known color: Sulu. HEX triplet: B5, FE and 65. RGB value is (181,254,101). Sum of RGB (Red+Green+Blue) = 181+254+101=536 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.77% from 536); Green value is 254 (99.61% from 255 or 47.39% from 536); Blue value is 101 (39.84% from 255 or 18.84% from 536); Max value from RGB is 254 - color contains mainly: green. Hex color #B5FE65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FE65 is #4A019A. Grayscale: #D7D7D7. Windows color (decimal): -4850075 or 6684341. OLE color: 6684341.
HSL color Cylindrical-coordinate representation of color #B5FE65: hue angle of 88.63º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5FE65 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 254 | 101 | - |
| CMYK | 0.29 | 0 | 0.60 | 0.00 |
| HSL | 88.63º | 0.99% | 0.7% | - |
| HSV(B) | 88.63º | 0.6% | 1% | - |
| XYZ | 56.85 | 81.65 | 25.08 | - |
| YUV | 214.73 | 63.82 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 254 | 101 | 0.29 | 0 | 0.60 | 0.00 | 88.63 | 0.99 | 0.7 |
| Hex | B5 | FE | 65 | 1D | 0 | 3C | 0 | 59 | 63 | 46 |
| Octal | 265 | 376 | 145 | 35 | 0 | 74 | 0 | 131 | 143 | 106 |
| Binary | 10110101 | 11111110 | 1100101 | 11101 | 0 | 111100 | 0 | 1011001 | 1100011 | 1000110 |
Color Harmonies of #B5FE65
Complementary color
Monochromatic Colors of #B5FE65
Black with #B5FE65
Text Example
Text Example
White with #B5FE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FE65; }
p { color: rgb(181,254,101); }
H1.HeaderClassName
{
color: #B5FE65;
}
.AnyTagClassName
{
color: #B5FE65;
}
</style>
background-color css
<style>
a { background-color: #B5FE65; }
a { background-color: rgb(181,254,101); }
div.DivClassName
{
background-color: #B5FE65;
}
.BgClassName
{
background-color: #B5FE65;
}
</style>
border-color css
<style>
span { border-color: #B5FE65; }
span { border-color: rgb(181,254,101); }
td.TdClassName
{
border-color: #B5FE65;
}
.TagClassName
{
border-color: #B5FE65;
}
</style>