Shades of Sulu #B0FE68
Tints of Sulu #B0FE68
RGB
CMYK
RGB Variations
Color information
#B0FE68 (or 0xB0FE68) is known color: Sulu. HEX triplet: B0, FE and 68. RGB value is (176,254,104). Sum of RGB (Red+Green+Blue) = 176+254+104=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 104 (41.02% from 255 or 19.48% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FE68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FE68 is #4F0197. Grayscale: #D6D6D6. Windows color (decimal): -5177752 or 6880944. OLE color: 6880944.
HSL color Cylindrical-coordinate representation of color #B0FE68: hue angle of 91.2º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0FE68 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 254 | 104 | - |
| CMYK | 0.31 | 0 | 0.59 | 0.00 |
| HSL | 91.2º | 0.99% | 0.7% | - |
| HSV(B) | 91.2º | 0.59% | 1% | - |
| XYZ | 55.85 | 81.11 | 25.81 | - |
| YUV | 213.58 | 66.16 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 254 | 104 | 0.31 | 0 | 0.59 | 0.00 | 91.2 | 0.99 | 0.7 |
| Hex | B0 | FE | 68 | 1F | 0 | 3B | 0 | 5B | 63 | 46 |
| Octal | 260 | 376 | 150 | 37 | 0 | 73 | 0 | 133 | 143 | 106 |
| Binary | 10110000 | 11111110 | 1101000 | 11111 | 0 | 111011 | 0 | 1011011 | 1100011 | 1000110 |
Color Harmonies of #B0FE68
Complementary color
Monochromatic Colors of #B0FE68
Black with #B0FE68
Text Example
Text Example
White with #B0FE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FE68; }
p { color: rgb(176,254,104); }
H1.HeaderClassName
{
color: #B0FE68;
}
.AnyTagClassName
{
color: #B0FE68;
}
</style>
background-color css
<style>
a { background-color: #B0FE68; }
a { background-color: rgb(176,254,104); }
div.DivClassName
{
background-color: #B0FE68;
}
.BgClassName
{
background-color: #B0FE68;
}
</style>
border-color css
<style>
span { border-color: #B0FE68; }
span { border-color: rgb(176,254,104); }
td.TdClassName
{
border-color: #B0FE68;
}
.TagClassName
{
border-color: #B0FE68;
}
</style>