Shades of Sulu #B0FF6C
Tints of Sulu #B0FF6C
RGB
CMYK
RGB Variations
Color information
#B0FF6C (or 0xB0FF6C) is known color: Sulu. HEX triplet: B0, FF and 6C. RGB value is (176,255,108). Sum of RGB (Red+Green+Blue) = 176+255+108=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 108 (42.58% from 255 or 20.04% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FF6C is #4F0093. Grayscale: #D7D7D7. Windows color (decimal): -5177492 or 7143344. OLE color: 7143344.
HSL color Cylindrical-coordinate representation of color #B0FF6C: hue angle of 92.24º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B0FF6C is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 108 | - |
| CMYK | 0.31 | 0 | 0.58 | 0 |
| HSL | 92.24º | 1% | 0.71% | - |
| HSV(B) | 92.24º | 0.58% | 1% | - |
| XYZ | 56.37 | 81.83 | 27.01 | - |
| YUV | 214.62 | 67.83 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 108 | 0.31 | 0 | 0.58 | 0 | 92.24 | 1 | 0.71 |
| Hex | B0 | FF | 6C | 1F | 0 | 3A | 0 | 5C | 64 | 47 |
| Octal | 260 | 377 | 154 | 37 | 0 | 72 | 0 | 134 | 144 | 107 |
| Binary | 10110000 | 11111111 | 1101100 | 11111 | 0 | 111010 | 0 | 1011100 | 1100100 | 1000111 |
Color Harmonies of #B0FF6C
Complementary color
Monochromatic Colors of #B0FF6C
Black with #B0FF6C
Text Example
Text Example
White with #B0FF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FF6C; }
p { color: rgb(176,255,108); }
H1.HeaderClassName
{
color: #B0FF6C;
}
.AnyTagClassName
{
color: #B0FF6C;
}
</style>
background-color css
<style>
a { background-color: #B0FF6C; }
a { background-color: rgb(176,255,108); }
div.DivClassName
{
background-color: #B0FF6C;
}
.BgClassName
{
background-color: #B0FF6C;
}
</style>
border-color css
<style>
span { border-color: #B0FF6C; }
span { border-color: rgb(176,255,108); }
td.TdClassName
{
border-color: #B0FF6C;
}
.TagClassName
{
border-color: #B0FF6C;
}
</style>