Shades of Sulu #B9F270
Tints of Sulu #B9F270
RGB
CMYK
RGB Variations
Color information
#B9F270 (or 0xB9F270) is known color: Sulu. HEX triplet: B9, F2 and 70. RGB value is (185,242,112). Sum of RGB (Red+Green+Blue) = 185+242+112=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 242 (94.92% from 255 or 44.90% from 539); Blue value is 112 (44.14% from 255 or 20.78% from 539); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F270 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F270 is #460D8F. Grayscale: #D2D2D2. Windows color (decimal): -4590992 or 7402169. OLE color: 7402169.
HSL color Cylindrical-coordinate representation of color #B9F270: hue angle of 86.31º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B9F270 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 242 | 112 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.05 |
| HSL | 86.31º | 0.83% | 0.69% | - |
| HSV(B) | 86.31º | 0.54% | 0.95% | - |
| XYZ | 54.68 | 74.99 | 26.92 | - |
| YUV | 210.14 | 72.62 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 242 | 112 | 0.24 | 0 | 0.54 | 0.05 | 86.31 | 0.83 | 0.69 |
| Hex | B9 | F2 | 70 | 18 | 0 | 36 | 5 | 56 | 53 | 45 |
| Octal | 271 | 362 | 160 | 30 | 0 | 66 | 5 | 126 | 123 | 105 |
| Binary | 10111001 | 11110010 | 1110000 | 11000 | 0 | 110110 | 101 | 1010110 | 1010011 | 1000101 |
Color Harmonies of #B9F270
Complementary color
Monochromatic Colors of #B9F270
Black with #B9F270
Text Example
Text Example
White with #B9F270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F270; }
p { color: rgb(185,242,112); }
H1.HeaderClassName
{
color: #B9F270;
}
.AnyTagClassName
{
color: #B9F270;
}
</style>
background-color css
<style>
a { background-color: #B9F270; }
a { background-color: rgb(185,242,112); }
div.DivClassName
{
background-color: #B9F270;
}
.BgClassName
{
background-color: #B9F270;
}
</style>
border-color css
<style>
span { border-color: #B9F270; }
span { border-color: rgb(185,242,112); }
td.TdClassName
{
border-color: #B9F270;
}
.TagClassName
{
border-color: #B9F270;
}
</style>