Shades of Sulu #B9F285
Tints of Sulu #B9F285
RGB
CMYK
RGB Variations
Color information
#B9F285 (or 0xB9F285) is known color: Sulu. HEX triplet: B9, F2 and 85. RGB value is (185,242,133). Sum of RGB (Red+Green+Blue) = 185+242+133=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 133 (52.34% from 255 or 23.75% from 560); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F285 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9F285 is #460D7A. Grayscale: #D4D4D4. Windows color (decimal): -4590971 or 8778425. OLE color: 8778425.
HSL color Cylindrical-coordinate representation of color #B9F285: hue angle of 91.38º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B9F285 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 242 | 133 | - |
| CMYK | 0.24 | 0 | 0.45 | 0.05 |
| HSL | 91.38º | 0.81% | 0.74% | - |
| HSV(B) | 91.38º | 0.45% | 0.95% | - |
| XYZ | 55.99 | 75.51 | 33.81 | - |
| YUV | 212.53 | 83.12 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 242 | 133 | 0.24 | 0 | 0.45 | 0.05 | 91.38 | 0.81 | 0.74 |
| Hex | B9 | F2 | 85 | 18 | 0 | 2D | 5 | 5B | 51 | 4A |
| Octal | 271 | 362 | 205 | 30 | 0 | 55 | 5 | 133 | 121 | 112 |
| Binary | 10111001 | 11110010 | 10000101 | 11000 | 0 | 101101 | 101 | 1011011 | 1010001 | 1001010 |
Color Harmonies of #B9F285
Complementary color
Monochromatic Colors of #B9F285
Black with #B9F285
Text Example
Text Example
White with #B9F285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F285; }
p { color: rgb(185,242,133); }
H1.HeaderClassName
{
color: #B9F285;
}
.AnyTagClassName
{
color: #B9F285;
}
</style>
background-color css
<style>
a { background-color: #B9F285; }
a { background-color: rgb(185,242,133); }
div.DivClassName
{
background-color: #B9F285;
}
.BgClassName
{
background-color: #B9F285;
}
</style>
border-color css
<style>
span { border-color: #B9F285; }
span { border-color: rgb(185,242,133); }
td.TdClassName
{
border-color: #B9F285;
}
.TagClassName
{
border-color: #B9F285;
}
</style>