Shades of Sulu #B0FF69
Tints of Sulu #B0FF69
RGB
CMYK
RGB Variations
Color information
#B0FF69 (or 0xB0FF69) is known color: Sulu. HEX triplet: B0, FF and 69. RGB value is (176,255,105). Sum of RGB (Red+Green+Blue) = 176+255+105=536 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.84% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 105 (41.41% from 255 or 19.59% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FF69 is #4F0096. Grayscale: #D6D6D6. Windows color (decimal): -5177495 or 6946736. OLE color: 6946736.
HSL color Cylindrical-coordinate representation of color #B0FF69: hue angle of 91.6º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0FF69 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 105 | - |
| CMYK | 0.31 | 0 | 0.59 | 0 |
| HSL | 91.6º | 1% | 0.71% | - |
| HSV(B) | 91.6º | 0.59% | 1% | - |
| XYZ | 56.21 | 81.77 | 26.18 | - |
| YUV | 214.28 | 66.33 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 105 | 0.31 | 0 | 0.59 | 0 | 91.6 | 1 | 0.71 |
| Hex | B0 | FF | 69 | 1F | 0 | 3B | 0 | 5C | 64 | 47 |
| Octal | 260 | 377 | 151 | 37 | 0 | 73 | 0 | 134 | 144 | 107 |
| Binary | 10110000 | 11111111 | 1101001 | 11111 | 0 | 111011 | 0 | 1011100 | 1100100 | 1000111 |
Color Harmonies of #B0FF69
Complementary color
Monochromatic Colors of #B0FF69
Black with #B0FF69
Text Example
Text Example
White with #B0FF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FF69; }
p { color: rgb(176,255,105); }
H1.HeaderClassName
{
color: #B0FF69;
}
.AnyTagClassName
{
color: #B0FF69;
}
</style>
background-color css
<style>
a { background-color: #B0FF69; }
a { background-color: rgb(176,255,105); }
div.DivClassName
{
background-color: #B0FF69;
}
.BgClassName
{
background-color: #B0FF69;
}
</style>
border-color css
<style>
span { border-color: #B0FF69; }
span { border-color: rgb(176,255,105); }
td.TdClassName
{
border-color: #B0FF69;
}
.TagClassName
{
border-color: #B0FF69;
}
</style>