Shades of Sulu #B0F178
Tints of Sulu #B0F178
RGB
CMYK
RGB Variations
Color information
#B0F178 (or 0xB0F178) is known color: Sulu. HEX triplet: B0, F1 and 78. RGB value is (176,241,120). Sum of RGB (Red+Green+Blue) = 176+241+120=537 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.77% from 537); Green value is 241 (94.53% from 255 or 44.88% from 537); Blue value is 120 (47.27% from 255 or 22.35% from 537); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F178 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F178 is #4F0E87. Grayscale: #D0D0D0. Windows color (decimal): -5181064 or 7926192. OLE color: 7926192.
HSL color Cylindrical-coordinate representation of color #B0F178: hue angle of 92.23º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0F178 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 241 | 120 | - |
| CMYK | 0.27 | 0 | 0.50 | 0.05 |
| HSL | 92.23º | 0.81% | 0.71% | - |
| HSV(B) | 92.23º | 0.5% | 0.95% | - |
| XYZ | 52.75 | 73.5 | 29.18 | - |
| YUV | 207.77 | 78.47 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 241 | 120 | 0.27 | 0 | 0.50 | 0.05 | 92.23 | 0.81 | 0.71 |
| Hex | B0 | F1 | 78 | 1B | 0 | 32 | 5 | 5C | 51 | 47 |
| Octal | 260 | 361 | 170 | 33 | 0 | 62 | 5 | 134 | 121 | 107 |
| Binary | 10110000 | 11110001 | 1111000 | 11011 | 0 | 110010 | 101 | 1011100 | 1010001 | 1000111 |
Color Harmonies of #B0F178
Complementary color
Monochromatic Colors of #B0F178
Black with #B0F178
Text Example
Text Example
White with #B0F178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F178; }
p { color: rgb(176,241,120); }
H1.HeaderClassName
{
color: #B0F178;
}
.AnyTagClassName
{
color: #B0F178;
}
</style>
background-color css
<style>
a { background-color: #B0F178; }
a { background-color: rgb(176,241,120); }
div.DivClassName
{
background-color: #B0F178;
}
.BgClassName
{
background-color: #B0F178;
}
</style>
border-color css
<style>
span { border-color: #B0F178; }
span { border-color: rgb(176,241,120); }
td.TdClassName
{
border-color: #B0F178;
}
.TagClassName
{
border-color: #B0F178;
}
</style>