Shades of Sulu #B9F085
Tints of Sulu #B9F085
RGB
CMYK
RGB Variations
Color information
#B9F085 (or 0xB9F085) is known color: Sulu. HEX triplet: B9, F0 and 85. RGB value is (185,240,133). Sum of RGB (Red+Green+Blue) = 185+240+133=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 240 (94.14% from 255 or 43.01% from 558); Blue value is 133 (52.34% from 255 or 23.84% from 558); Max value from RGB is 240 - color contains mainly: green. Hex color #B9F085 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9F085 is #460F7A. Grayscale: #D3D3D3. Windows color (decimal): -4591483 or 8777913. OLE color: 8777913.
HSL color Cylindrical-coordinate representation of color #B9F085: hue angle of 90.84º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B9F085 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 240 | 133 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.06 |
| HSL | 90.84º | 0.78% | 0.73% | - |
| HSV(B) | 90.84º | 0.45% | 0.94% | - |
| XYZ | 55.4 | 74.33 | 33.62 | - |
| YUV | 211.36 | 83.78 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 240 | 133 | 0.23 | 0 | 0.45 | 0.06 | 90.84 | 0.78 | 0.73 |
| Hex | B9 | F0 | 85 | 17 | 0 | 2D | 6 | 5B | 4E | 49 |
| Octal | 271 | 360 | 205 | 27 | 0 | 55 | 6 | 133 | 116 | 111 |
| Binary | 10111001 | 11110000 | 10000101 | 10111 | 0 | 101101 | 110 | 1011011 | 1001110 | 1001001 |
Color Harmonies of #B9F085
Complementary color
Monochromatic Colors of #B9F085
Black with #B9F085
Text Example
Text Example
White with #B9F085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F085; }
p { color: rgb(185,240,133); }
H1.HeaderClassName
{
color: #B9F085;
}
.AnyTagClassName
{
color: #B9F085;
}
</style>
background-color css
<style>
a { background-color: #B9F085; }
a { background-color: rgb(185,240,133); }
div.DivClassName
{
background-color: #B9F085;
}
.BgClassName
{
background-color: #B9F085;
}
</style>
border-color css
<style>
span { border-color: #B9F085; }
span { border-color: rgb(185,240,133); }
td.TdClassName
{
border-color: #B9F085;
}
.TagClassName
{
border-color: #B9F085;
}
</style>