Shades of Sulu #B9F36C
Tints of Sulu #B9F36C
RGB
CMYK
RGB Variations
Color information
#B9F36C (or 0xB9F36C) is known color: Sulu. HEX triplet: B9, F3 and 6C. RGB value is (185,243,108). Sum of RGB (Red+Green+Blue) = 185+243+108=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 243 (95.31% from 255 or 45.34% from 536); Blue value is 108 (42.58% from 255 or 20.15% from 536); Max value from RGB is 243 - color contains mainly: green. Hex color #B9F36C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F36C is #460C93. Grayscale: #D2D2D2. Windows color (decimal): -4590740 or 7140281. OLE color: 7140281.
HSL color Cylindrical-coordinate representation of color #B9F36C: hue angle of 85.78º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B9F36C is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 243 | 108 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.05 |
| HSL | 85.78º | 0.85% | 0.69% | - |
| HSV(B) | 85.78º | 0.56% | 0.95% | - |
| XYZ | 54.76 | 75.5 | 25.87 | - |
| YUV | 210.27 | 70.28 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 243 | 108 | 0.24 | 0 | 0.56 | 0.05 | 85.78 | 0.85 | 0.69 |
| Hex | B9 | F3 | 6C | 18 | 0 | 38 | 5 | 56 | 55 | 45 |
| Octal | 271 | 363 | 154 | 30 | 0 | 70 | 5 | 126 | 125 | 105 |
| Binary | 10111001 | 11110011 | 1101100 | 11000 | 0 | 111000 | 101 | 1010110 | 1010101 | 1000101 |
Color Harmonies of #B9F36C
Complementary color
Monochromatic Colors of #B9F36C
Black with #B9F36C
Text Example
Text Example
White with #B9F36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F36C; }
p { color: rgb(185,243,108); }
H1.HeaderClassName
{
color: #B9F36C;
}
.AnyTagClassName
{
color: #B9F36C;
}
</style>
background-color css
<style>
a { background-color: #B9F36C; }
a { background-color: rgb(185,243,108); }
div.DivClassName
{
background-color: #B9F36C;
}
.BgClassName
{
background-color: #B9F36C;
}
</style>
border-color css
<style>
span { border-color: #B9F36C; }
span { border-color: rgb(185,243,108); }
td.TdClassName
{
border-color: #B9F36C;
}
.TagClassName
{
border-color: #B9F36C;
}
</style>