Shades of Sulu #B9F665
Tints of Sulu #B9F665
RGB
CMYK
RGB Variations
Color information
#B9F665 (or 0xB9F665) is known color: Sulu. HEX triplet: B9, F6 and 65. RGB value is (185,246,101). Sum of RGB (Red+Green+Blue) = 185+246+101=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 246 (96.48% from 255 or 46.24% from 532); Blue value is 101 (39.84% from 255 or 18.98% from 532); Max value from RGB is 246 - color contains mainly: green. Hex color #B9F665 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F665 is #46099A. Grayscale: #D3D3D3. Windows color (decimal): -4589979 or 6682297. OLE color: 6682297.
HSL color Cylindrical-coordinate representation of color #B9F665: hue angle of 85.24º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B9F665 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 246 | 101 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.04 |
| HSL | 85.24º | 0.89% | 0.68% | - |
| HSV(B) | 85.24º | 0.59% | 0.96% | - |
| XYZ | 55.31 | 77.17 | 24.29 | - |
| YUV | 211.23 | 65.79 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 246 | 101 | 0.25 | 0 | 0.59 | 0.04 | 85.24 | 0.89 | 0.68 |
| Hex | B9 | F6 | 65 | 19 | 0 | 3B | 4 | 55 | 59 | 44 |
| Octal | 271 | 366 | 145 | 31 | 0 | 73 | 4 | 125 | 131 | 104 |
| Binary | 10111001 | 11110110 | 1100101 | 11001 | 0 | 111011 | 100 | 1010101 | 1011001 | 1000100 |
Color Harmonies of #B9F665
Complementary color
Monochromatic Colors of #B9F665
Black with #B9F665
Text Example
Text Example
White with #B9F665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F665; }
p { color: rgb(185,246,101); }
H1.HeaderClassName
{
color: #B9F665;
}
.AnyTagClassName
{
color: #B9F665;
}
</style>
background-color css
<style>
a { background-color: #B9F665; }
a { background-color: rgb(185,246,101); }
div.DivClassName
{
background-color: #B9F665;
}
.BgClassName
{
background-color: #B9F665;
}
</style>
border-color css
<style>
span { border-color: #B9F665; }
span { border-color: rgb(185,246,101); }
td.TdClassName
{
border-color: #B9F665;
}
.TagClassName
{
border-color: #B9F665;
}
</style>