Shades of Sulu #B0FB68
Tints of Sulu #B0FB68
RGB
CMYK
RGB Variations
Color information
#B0FB68 (or 0xB0FB68) is known color: Sulu. HEX triplet: B0, FB and 68. RGB value is (176,251,104). Sum of RGB (Red+Green+Blue) = 176+251+104=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 251 (98.44% from 255 or 47.27% from 531); Blue value is 104 (41.02% from 255 or 19.59% from 531); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FB68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FB68 is #4F0497. Grayscale: #D4D4D4. Windows color (decimal): -5178520 or 6880176. OLE color: 6880176.
HSL color Cylindrical-coordinate representation of color #B0FB68: hue angle of 90.61º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0FB68 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 251 | 104 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.02 |
| HSL | 90.61º | 0.95% | 0.7% | - |
| HSV(B) | 90.61º | 0.59% | 0.98% | - |
| XYZ | 54.9 | 79.22 | 25.49 | - |
| YUV | 211.82 | 67.15 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 251 | 104 | 0.30 | 0 | 0.59 | 0.02 | 90.61 | 0.95 | 0.7 |
| Hex | B0 | FB | 68 | 1E | 0 | 3B | 2 | 5B | 5F | 46 |
| Octal | 260 | 373 | 150 | 36 | 0 | 73 | 2 | 133 | 137 | 106 |
| Binary | 10110000 | 11111011 | 1101000 | 11110 | 0 | 111011 | 10 | 1011011 | 1011111 | 1000110 |
Color Harmonies of #B0FB68
Complementary color
Monochromatic Colors of #B0FB68
Black with #B0FB68
Text Example
Text Example
White with #B0FB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FB68; }
p { color: rgb(176,251,104); }
H1.HeaderClassName
{
color: #B0FB68;
}
.AnyTagClassName
{
color: #B0FB68;
}
</style>
background-color css
<style>
a { background-color: #B0FB68; }
a { background-color: rgb(176,251,104); }
div.DivClassName
{
background-color: #B0FB68;
}
.BgClassName
{
background-color: #B0FB68;
}
</style>
border-color css
<style>
span { border-color: #B0FB68; }
span { border-color: rgb(176,251,104); }
td.TdClassName
{
border-color: #B0FB68;
}
.TagClassName
{
border-color: #B0FB68;
}
</style>