Shades of Sulu #B9F366
Tints of Sulu #B9F366
RGB
CMYK
RGB Variations
Color information
#B9F366 (or 0xB9F366) is known color: Sulu. HEX triplet: B9, F3 and 66. RGB value is (185,243,102). Sum of RGB (Red+Green+Blue) = 185+243+102=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 243 (95.31% from 255 or 45.85% from 530); Blue value is 102 (40.23% from 255 or 19.25% from 530); Max value from RGB is 243 - color contains mainly: green. Hex color #B9F366 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F366 is #460C99. Grayscale: #D2D2D2. Windows color (decimal): -4590746 or 6747065. OLE color: 6747065.
HSL color Cylindrical-coordinate representation of color #B9F366: hue angle of 84.68º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9F366 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 243 | 102 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.05 |
| HSL | 84.68º | 0.85% | 0.68% | - |
| HSV(B) | 84.68º | 0.58% | 0.95% | - |
| XYZ | 54.46 | 75.37 | 24.25 | - |
| YUV | 209.58 | 67.28 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 243 | 102 | 0.24 | 0 | 0.58 | 0.05 | 84.68 | 0.85 | 0.68 |
| Hex | B9 | F3 | 66 | 18 | 0 | 3A | 5 | 55 | 55 | 44 |
| Octal | 271 | 363 | 146 | 30 | 0 | 72 | 5 | 125 | 125 | 104 |
| Binary | 10111001 | 11110011 | 1100110 | 11000 | 0 | 111010 | 101 | 1010101 | 1010101 | 1000100 |
Color Harmonies of #B9F366
Complementary color
Monochromatic Colors of #B9F366
Black with #B9F366
Text Example
Text Example
White with #B9F366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F366; }
p { color: rgb(185,243,102); }
H1.HeaderClassName
{
color: #B9F366;
}
.AnyTagClassName
{
color: #B9F366;
}
</style>
background-color css
<style>
a { background-color: #B9F366; }
a { background-color: rgb(185,243,102); }
div.DivClassName
{
background-color: #B9F366;
}
.BgClassName
{
background-color: #B9F366;
}
</style>
border-color css
<style>
span { border-color: #B9F366; }
span { border-color: rgb(185,243,102); }
td.TdClassName
{
border-color: #B9F366;
}
.TagClassName
{
border-color: #B9F366;
}
</style>