Shades of Sulu #B0F478
Tints of Sulu #B0F478
RGB
CMYK
RGB Variations
Color information
#B0F478 (or 0xB0F478) is known color: Sulu. HEX triplet: B0, F4 and 78. RGB value is (176,244,120). Sum of RGB (Red+Green+Blue) = 176+244+120=540 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.59% from 540); Green value is 244 (95.70% from 255 or 45.19% from 540); Blue value is 120 (47.27% from 255 or 22.22% from 540); Max value from RGB is 244 - color contains mainly: green. Hex color #B0F478 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F478 is #4F0B87. Grayscale: #D1D1D1. Windows color (decimal): -5180296 or 7926960. OLE color: 7926960.
HSL color Cylindrical-coordinate representation of color #B0F478: hue angle of 92.9º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0F478 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 244 | 120 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.04 |
| HSL | 92.9º | 0.85% | 0.71% | - |
| HSV(B) | 92.9º | 0.51% | 0.96% | - |
| XYZ | 53.65 | 75.29 | 29.47 | - |
| YUV | 209.53 | 77.47 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 244 | 120 | 0.28 | 0 | 0.51 | 0.04 | 92.9 | 0.85 | 0.71 |
| Hex | B0 | F4 | 78 | 1C | 0 | 33 | 4 | 5D | 55 | 47 |
| Octal | 260 | 364 | 170 | 34 | 0 | 63 | 4 | 135 | 125 | 107 |
| Binary | 10110000 | 11110100 | 1111000 | 11100 | 0 | 110011 | 100 | 1011101 | 1010101 | 1000111 |
Color Harmonies of #B0F478
Complementary color
Monochromatic Colors of #B0F478
Black with #B0F478
Text Example
Text Example
White with #B0F478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F478; }
p { color: rgb(176,244,120); }
H1.HeaderClassName
{
color: #B0F478;
}
.AnyTagClassName
{
color: #B0F478;
}
</style>
background-color css
<style>
a { background-color: #B0F478; }
a { background-color: rgb(176,244,120); }
div.DivClassName
{
background-color: #B0F478;
}
.BgClassName
{
background-color: #B0F478;
}
</style>
border-color css
<style>
span { border-color: #B0F478; }
span { border-color: rgb(176,244,120); }
td.TdClassName
{
border-color: #B0F478;
}
.TagClassName
{
border-color: #B0F478;
}
</style>