Shades of Sulu #B9FB64
Tints of Sulu #B9FB64
RGB
CMYK
RGB Variations
Color information
#B9FB64 (or 0xB9FB64) is known color: Sulu. HEX triplet: B9, FB and 64. RGB value is (185,251,100). Sum of RGB (Red+Green+Blue) = 185+251+100=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 251 (98.44% from 255 or 46.83% from 536); Blue value is 100 (39.45% from 255 or 18.66% from 536); Max value from RGB is 251 - color contains mainly: green. Hex color #B9FB64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FB64 is #46049B. Grayscale: #D6D6D6. Windows color (decimal): -4588700 or 6618041. OLE color: 6618041.
HSL color Cylindrical-coordinate representation of color #B9FB64: hue angle of 86.23º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B9FB64 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 251 | 100 | - |
| CMYK | 0.26 | 0 | 0.60 | 0.02 |
| HSL | 86.23º | 0.95% | 0.69% | - |
| HSV(B) | 86.23º | 0.6% | 0.98% | - |
| XYZ | 56.81 | 80.23 | 24.55 | - |
| YUV | 214.05 | 63.63 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 251 | 100 | 0.26 | 0 | 0.60 | 0.02 | 86.23 | 0.95 | 0.69 |
| Hex | B9 | FB | 64 | 1A | 0 | 3C | 2 | 56 | 5F | 45 |
| Octal | 271 | 373 | 144 | 32 | 0 | 74 | 2 | 126 | 137 | 105 |
| Binary | 10111001 | 11111011 | 1100100 | 11010 | 0 | 111100 | 10 | 1010110 | 1011111 | 1000101 |
Color Harmonies of #B9FB64
Complementary color
Monochromatic Colors of #B9FB64
Black with #B9FB64
Text Example
Text Example
White with #B9FB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FB64; }
p { color: rgb(185,251,100); }
H1.HeaderClassName
{
color: #B9FB64;
}
.AnyTagClassName
{
color: #B9FB64;
}
</style>
background-color css
<style>
a { background-color: #B9FB64; }
a { background-color: rgb(185,251,100); }
div.DivClassName
{
background-color: #B9FB64;
}
.BgClassName
{
background-color: #B9FB64;
}
</style>
border-color css
<style>
span { border-color: #B9FB64; }
span { border-color: rgb(185,251,100); }
td.TdClassName
{
border-color: #B9FB64;
}
.TagClassName
{
border-color: #B9FB64;
}
</style>