Shades of Sulu #B0FE6C
Tints of Sulu #B0FE6C
RGB
CMYK
RGB Variations
Color information
#B0FE6C (or 0xB0FE6C) is known color: Sulu. HEX triplet: B0, FE and 6C. RGB value is (176,254,108). Sum of RGB (Red+Green+Blue) = 176+254+108=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 254 (99.61% from 255 or 47.21% from 538); Blue value is 108 (42.58% from 255 or 20.07% from 538); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FE6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FE6C is #4F0193. Grayscale: #D6D6D6. Windows color (decimal): -5177748 or 7143088. OLE color: 7143088.
HSL color Cylindrical-coordinate representation of color #B0FE6C: hue angle of 92.05º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0FE6C is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 254 | 108 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.00 |
| HSL | 92.05º | 0.99% | 0.71% | - |
| HSV(B) | 92.05º | 0.57% | 1% | - |
| XYZ | 56.05 | 81.2 | 26.91 | - |
| YUV | 214.03 | 68.16 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 254 | 108 | 0.31 | 0 | 0.57 | 0.00 | 92.05 | 0.99 | 0.71 |
| Hex | B0 | FE | 6C | 1F | 0 | 39 | 0 | 5C | 63 | 47 |
| Octal | 260 | 376 | 154 | 37 | 0 | 71 | 0 | 134 | 143 | 107 |
| Binary | 10110000 | 11111110 | 1101100 | 11111 | 0 | 111001 | 0 | 1011100 | 1100011 | 1000111 |
Color Harmonies of #B0FE6C
Complementary color
Monochromatic Colors of #B0FE6C
Black with #B0FE6C
Text Example
Text Example
White with #B0FE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FE6C; }
p { color: rgb(176,254,108); }
H1.HeaderClassName
{
color: #B0FE6C;
}
.AnyTagClassName
{
color: #B0FE6C;
}
</style>
background-color css
<style>
a { background-color: #B0FE6C; }
a { background-color: rgb(176,254,108); }
div.DivClassName
{
background-color: #B0FE6C;
}
.BgClassName
{
background-color: #B0FE6C;
}
</style>
border-color css
<style>
span { border-color: #B0FE6C; }
span { border-color: rgb(176,254,108); }
td.TdClassName
{
border-color: #B0FE6C;
}
.TagClassName
{
border-color: #B0FE6C;
}
</style>