Shades of Sulu #B0FB6B
Tints of Sulu #B0FB6B
RGB
CMYK
RGB Variations
Color information
#B0FB6B (or 0xB0FB6B) is known color: Sulu. HEX triplet: B0, FB and 6B. RGB value is (176,251,107). Sum of RGB (Red+Green+Blue) = 176+251+107=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 251 (98.44% from 255 or 47.00% from 534); Blue value is 107 (42.19% from 255 or 20.04% from 534); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FB6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FB6B is #4F0494. Grayscale: #D4D4D4. Windows color (decimal): -5178517 or 7076784. OLE color: 7076784.
HSL color Cylindrical-coordinate representation of color #B0FB6B: hue angle of 91.25º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0FB6B is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 251 | 107 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.02 |
| HSL | 91.25º | 0.95% | 0.7% | - |
| HSV(B) | 91.25º | 0.57% | 0.98% | - |
| XYZ | 55.06 | 79.29 | 26.31 | - |
| YUV | 212.16 | 68.65 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 251 | 107 | 0.30 | 0 | 0.57 | 0.02 | 91.25 | 0.95 | 0.7 |
| Hex | B0 | FB | 6B | 1E | 0 | 39 | 2 | 5B | 5F | 46 |
| Octal | 260 | 373 | 153 | 36 | 0 | 71 | 2 | 133 | 137 | 106 |
| Binary | 10110000 | 11111011 | 1101011 | 11110 | 0 | 111001 | 10 | 1011011 | 1011111 | 1000110 |
Color Harmonies of #B0FB6B
Complementary color
Monochromatic Colors of #B0FB6B
Black with #B0FB6B
Text Example
Text Example
White with #B0FB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FB6B; }
p { color: rgb(176,251,107); }
H1.HeaderClassName
{
color: #B0FB6B;
}
.AnyTagClassName
{
color: #B0FB6B;
}
</style>
background-color css
<style>
a { background-color: #B0FB6B; }
a { background-color: rgb(176,251,107); }
div.DivClassName
{
background-color: #B0FB6B;
}
.BgClassName
{
background-color: #B0FB6B;
}
</style>
border-color css
<style>
span { border-color: #B0FB6B; }
span { border-color: rgb(176,251,107); }
td.TdClassName
{
border-color: #B0FB6B;
}
.TagClassName
{
border-color: #B0FB6B;
}
</style>