Shades of Sulu #B0F76C
Tints of Sulu #B0F76C
RGB
CMYK
RGB Variations
Color information
#B0F76C (or 0xB0F76C) is known color: Sulu. HEX triplet: B0, F7 and 6C. RGB value is (176,247,108). Sum of RGB (Red+Green+Blue) = 176+247+108=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 247 (96.88% from 255 or 46.52% from 531); Blue value is 108 (42.58% from 255 or 20.34% from 531); Max value from RGB is 247 - color contains mainly: green. Hex color #B0F76C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F76C is #4F0893. Grayscale: #D2D2D2. Windows color (decimal): -5179540 or 7141296. OLE color: 7141296.
HSL color Cylindrical-coordinate representation of color #B0F76C: hue angle of 90.65º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0F76C is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 247 | 108 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.03 |
| HSL | 90.65º | 0.9% | 0.7% | - |
| HSV(B) | 90.65º | 0.56% | 0.97% | - |
| XYZ | 53.87 | 76.83 | 26.18 | - |
| YUV | 209.93 | 70.48 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 247 | 108 | 0.29 | 0 | 0.56 | 0.03 | 90.65 | 0.9 | 0.7 |
| Hex | B0 | F7 | 6C | 1D | 0 | 38 | 3 | 5B | 5A | 46 |
| Octal | 260 | 367 | 154 | 35 | 0 | 70 | 3 | 133 | 132 | 106 |
| Binary | 10110000 | 11110111 | 1101100 | 11101 | 0 | 111000 | 11 | 1011011 | 1011010 | 1000110 |
Color Harmonies of #B0F76C
Complementary color
Monochromatic Colors of #B0F76C
Black with #B0F76C
Text Example
Text Example
White with #B0F76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F76C; }
p { color: rgb(176,247,108); }
H1.HeaderClassName
{
color: #B0F76C;
}
.AnyTagClassName
{
color: #B0F76C;
}
</style>
background-color css
<style>
a { background-color: #B0F76C; }
a { background-color: rgb(176,247,108); }
div.DivClassName
{
background-color: #B0F76C;
}
.BgClassName
{
background-color: #B0F76C;
}
</style>
border-color css
<style>
span { border-color: #B0F76C; }
span { border-color: rgb(176,247,108); }
td.TdClassName
{
border-color: #B0F76C;
}
.TagClassName
{
border-color: #B0F76C;
}
</style>