Shades of Sulu #B0F37B
Tints of Sulu #B0F37B
RGB
CMYK
RGB Variations
Color information
#B0F37B (or 0xB0F37B) is known color: Sulu. HEX triplet: B0, F3 and 7B. RGB value is (176,243,123). Sum of RGB (Red+Green+Blue) = 176+243+123=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 243 (95.31% from 255 or 44.83% from 542); Blue value is 123 (48.44% from 255 or 22.69% from 542); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F37B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F37B is #4F0C84. Grayscale: #D1D1D1. Windows color (decimal): -5180549 or 8123312. OLE color: 8123312.
HSL color Cylindrical-coordinate representation of color #B0F37B: hue angle of 93.5º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0F37B is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 243 | 123 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.05 |
| HSL | 93.5º | 0.83% | 0.72% | - |
| HSV(B) | 93.5º | 0.49% | 0.95% | - |
| XYZ | 53.53 | 74.76 | 30.35 | - |
| YUV | 209.29 | 79.3 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 243 | 123 | 0.28 | 0 | 0.49 | 0.05 | 93.5 | 0.83 | 0.72 |
| Hex | B0 | F3 | 7B | 1C | 0 | 31 | 5 | 5E | 53 | 48 |
| Octal | 260 | 363 | 173 | 34 | 0 | 61 | 5 | 136 | 123 | 110 |
| Binary | 10110000 | 11110011 | 1111011 | 11100 | 0 | 110001 | 101 | 1011110 | 1010011 | 1001000 |
Color Harmonies of #B0F37B
Complementary color
Monochromatic Colors of #B0F37B
Black with #B0F37B
Text Example
Text Example
White with #B0F37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F37B; }
p { color: rgb(176,243,123); }
H1.HeaderClassName
{
color: #B0F37B;
}
.AnyTagClassName
{
color: #B0F37B;
}
</style>
background-color css
<style>
a { background-color: #B0F37B; }
a { background-color: rgb(176,243,123); }
div.DivClassName
{
background-color: #B0F37B;
}
.BgClassName
{
background-color: #B0F37B;
}
</style>
border-color css
<style>
span { border-color: #B0F37B; }
span { border-color: rgb(176,243,123); }
td.TdClassName
{
border-color: #B0F37B;
}
.TagClassName
{
border-color: #B0F37B;
}
</style>