Shades of Sulu #B0FF7D
Tints of Sulu #B0FF7D
RGB
CMYK
RGB Variations
Color information
#B0FF7D (or 0xB0FF7D) is known color: Sulu. HEX triplet: B0, FF and 7D. RGB value is (176,255,125). Sum of RGB (Red+Green+Blue) = 176+255+125=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 125 (49.22% from 255 or 22.48% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FF7D is #4F0082. Grayscale: #D9D9D9. Windows color (decimal): -5177475 or 8257456. OLE color: 8257456.
HSL color Cylindrical-coordinate representation of color #B0FF7D: hue angle of 96.46º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0FF7D is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 125 | - |
| CMYK | 0.31 | 0 | 0.51 | 0 |
| HSL | 96.46º | 1% | 0.75% | - |
| HSV(B) | 96.46º | 0.51% | 1% | - |
| XYZ | 57.37 | 82.23 | 32.25 | - |
| YUV | 216.56 | 76.33 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 125 | 0.31 | 0 | 0.51 | 0 | 96.46 | 1 | 0.75 |
| Hex | B0 | FF | 7D | 1F | 0 | 33 | 0 | 60 | 64 | 4B |
| Octal | 260 | 377 | 175 | 37 | 0 | 63 | 0 | 140 | 144 | 113 |
| Binary | 10110000 | 11111111 | 1111101 | 11111 | 0 | 110011 | 0 | 1100000 | 1100100 | 1001011 |
Color Harmonies of #B0FF7D
Complementary color
Monochromatic Colors of #B0FF7D
Black with #B0FF7D
Text Example
Text Example
White with #B0FF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FF7D; }
p { color: rgb(176,255,125); }
H1.HeaderClassName
{
color: #B0FF7D;
}
.AnyTagClassName
{
color: #B0FF7D;
}
</style>
background-color css
<style>
a { background-color: #B0FF7D; }
a { background-color: rgb(176,255,125); }
div.DivClassName
{
background-color: #B0FF7D;
}
.BgClassName
{
background-color: #B0FF7D;
}
</style>
border-color css
<style>
span { border-color: #B0FF7D; }
span { border-color: rgb(176,255,125); }
td.TdClassName
{
border-color: #B0FF7D;
}
.TagClassName
{
border-color: #B0FF7D;
}
</style>