Shades of Sulu #B0FC6B
Tints of Sulu #B0FC6B
RGB
CMYK
RGB Variations
Color information
#B0FC6B (or 0xB0FC6B) is known color: Sulu. HEX triplet: B0, FC and 6B. RGB value is (176,252,107). Sum of RGB (Red+Green+Blue) = 176+252+107=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 107 (42.19% from 255 or 20% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FC6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FC6B is #4F0394. Grayscale: #D5D5D5. Windows color (decimal): -5178261 or 7077040. OLE color: 7077040.
HSL color Cylindrical-coordinate representation of color #B0FC6B: hue angle of 91.45º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B0FC6B is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 252 | 107 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.01 |
| HSL | 91.45º | 0.96% | 0.7% | - |
| HSV(B) | 91.45º | 0.58% | 0.99% | - |
| XYZ | 55.37 | 79.91 | 26.42 | - |
| YUV | 212.75 | 68.32 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 252 | 107 | 0.30 | 0 | 0.58 | 0.01 | 91.45 | 0.96 | 0.7 |
| Hex | B0 | FC | 6B | 1E | 0 | 3A | 1 | 5B | 60 | 46 |
| Octal | 260 | 374 | 153 | 36 | 0 | 72 | 1 | 133 | 140 | 106 |
| Binary | 10110000 | 11111100 | 1101011 | 11110 | 0 | 111010 | 1 | 1011011 | 1100000 | 1000110 |
Color Harmonies of #B0FC6B
Complementary color
Monochromatic Colors of #B0FC6B
Black with #B0FC6B
Text Example
Text Example
White with #B0FC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FC6B; }
p { color: rgb(176,252,107); }
H1.HeaderClassName
{
color: #B0FC6B;
}
.AnyTagClassName
{
color: #B0FC6B;
}
</style>
background-color css
<style>
a { background-color: #B0FC6B; }
a { background-color: rgb(176,252,107); }
div.DivClassName
{
background-color: #B0FC6B;
}
.BgClassName
{
background-color: #B0FC6B;
}
</style>
border-color css
<style>
span { border-color: #B0FC6B; }
span { border-color: rgb(176,252,107); }
td.TdClassName
{
border-color: #B0FC6B;
}
.TagClassName
{
border-color: #B0FC6B;
}
</style>