Shades of Sulu #B0FC7B
Tints of Sulu #B0FC7B
RGB
CMYK
RGB Variations
Color information
#B0FC7B (or 0xB0FC7B) is known color: Sulu. HEX triplet: B0, FC and 7B. RGB value is (176,252,123). Sum of RGB (Red+Green+Blue) = 176+252+123=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 252 (98.83% from 255 or 45.74% from 551); Blue value is 123 (48.44% from 255 or 22.32% from 551); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FC7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FC7B is #4F0384. Grayscale: #D7D7D7. Windows color (decimal): -5178245 or 8125616. OLE color: 8125616.
HSL color Cylindrical-coordinate representation of color #B0FC7B: hue angle of 95.35º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0FC7B is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 252 | 123 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.01 |
| HSL | 95.35º | 0.96% | 0.74% | - |
| HSV(B) | 95.35º | 0.51% | 0.99% | - |
| XYZ | 56.29 | 80.28 | 31.27 | - |
| YUV | 214.57 | 76.32 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 252 | 123 | 0.30 | 0 | 0.51 | 0.01 | 95.35 | 0.96 | 0.74 |
| Hex | B0 | FC | 7B | 1E | 0 | 33 | 1 | 5F | 60 | 4A |
| Octal | 260 | 374 | 173 | 36 | 0 | 63 | 1 | 137 | 140 | 112 |
| Binary | 10110000 | 11111100 | 1111011 | 11110 | 0 | 110011 | 1 | 1011111 | 1100000 | 1001010 |
Color Harmonies of #B0FC7B
Complementary color
Monochromatic Colors of #B0FC7B
Black with #B0FC7B
Text Example
Text Example
White with #B0FC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FC7B; }
p { color: rgb(176,252,123); }
H1.HeaderClassName
{
color: #B0FC7B;
}
.AnyTagClassName
{
color: #B0FC7B;
}
</style>
background-color css
<style>
a { background-color: #B0FC7B; }
a { background-color: rgb(176,252,123); }
div.DivClassName
{
background-color: #B0FC7B;
}
.BgClassName
{
background-color: #B0FC7B;
}
</style>
border-color css
<style>
span { border-color: #B0FC7B; }
span { border-color: rgb(176,252,123); }
td.TdClassName
{
border-color: #B0FC7B;
}
.TagClassName
{
border-color: #B0FC7B;
}
</style>