Shades of Sulu #B0FF74
Tints of Sulu #B0FF74
RGB
CMYK
RGB Variations
Color information
#B0FF74 (or 0xB0FF74) is known color: Sulu. HEX triplet: B0, FF and 74. RGB value is (176,255,116). Sum of RGB (Red+Green+Blue) = 176+255+116=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 116 (45.70% from 255 or 21.21% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FF74 is #4F008B. Grayscale: #D8D8D8. Windows color (decimal): -5177484 or 7667632. OLE color: 7667632.
HSL color Cylindrical-coordinate representation of color #B0FF74: hue angle of 94.1º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0FF74 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 116 | - |
| CMYK | 0.31 | 0 | 0.55 | 0 |
| HSL | 94.1º | 1% | 0.73% | - |
| HSV(B) | 94.1º | 0.55% | 1% | - |
| XYZ | 56.82 | 82.01 | 29.36 | - |
| YUV | 215.53 | 71.83 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 116 | 0.31 | 0 | 0.55 | 0 | 94.1 | 1 | 0.73 |
| Hex | B0 | FF | 74 | 1F | 0 | 37 | 0 | 5E | 64 | 49 |
| Octal | 260 | 377 | 164 | 37 | 0 | 67 | 0 | 136 | 144 | 111 |
| Binary | 10110000 | 11111111 | 1110100 | 11111 | 0 | 110111 | 0 | 1011110 | 1100100 | 1001001 |
Color Harmonies of #B0FF74
Complementary color
Monochromatic Colors of #B0FF74
Black with #B0FF74
Text Example
Text Example
White with #B0FF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FF74; }
p { color: rgb(176,255,116); }
H1.HeaderClassName
{
color: #B0FF74;
}
.AnyTagClassName
{
color: #B0FF74;
}
</style>
background-color css
<style>
a { background-color: #B0FF74; }
a { background-color: rgb(176,255,116); }
div.DivClassName
{
background-color: #B0FF74;
}
.BgClassName
{
background-color: #B0FF74;
}
</style>
border-color css
<style>
span { border-color: #B0FF74; }
span { border-color: rgb(176,255,116); }
td.TdClassName
{
border-color: #B0FF74;
}
.TagClassName
{
border-color: #B0FF74;
}
</style>