Shades of Sulu #B0FE7D
Tints of Sulu #B0FE7D
RGB
CMYK
RGB Variations
Color information
#B0FE7D (or 0xB0FE7D) is known color: Sulu. HEX triplet: B0, FE and 7D. RGB value is (176,254,125). Sum of RGB (Red+Green+Blue) = 176+254+125=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 254 (99.61% from 255 or 45.77% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FE7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FE7D is #4F0182. Grayscale: #D8D8D8. Windows color (decimal): -5177731 or 8257200. OLE color: 8257200.
HSL color Cylindrical-coordinate representation of color #B0FE7D: hue angle of 96.28º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0FE7D is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 254 | 125 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.00 |
| HSL | 96.28º | 0.98% | 0.74% | - |
| HSV(B) | 96.28º | 0.51% | 1% | - |
| XYZ | 57.05 | 81.59 | 32.14 | - |
| YUV | 215.97 | 76.66 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 254 | 125 | 0.31 | 0 | 0.51 | 0.00 | 96.28 | 0.98 | 0.74 |
| Hex | B0 | FE | 7D | 1F | 0 | 33 | 0 | 60 | 62 | 4A |
| Octal | 260 | 376 | 175 | 37 | 0 | 63 | 0 | 140 | 142 | 112 |
| Binary | 10110000 | 11111110 | 1111101 | 11111 | 0 | 110011 | 0 | 1100000 | 1100010 | 1001010 |
Color Harmonies of #B0FE7D
Complementary color
Monochromatic Colors of #B0FE7D
Black with #B0FE7D
Text Example
Text Example
White with #B0FE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FE7D; }
p { color: rgb(176,254,125); }
H1.HeaderClassName
{
color: #B0FE7D;
}
.AnyTagClassName
{
color: #B0FE7D;
}
</style>
background-color css
<style>
a { background-color: #B0FE7D; }
a { background-color: rgb(176,254,125); }
div.DivClassName
{
background-color: #B0FE7D;
}
.BgClassName
{
background-color: #B0FE7D;
}
</style>
border-color css
<style>
span { border-color: #B0FE7D; }
span { border-color: rgb(176,254,125); }
td.TdClassName
{
border-color: #B0FE7D;
}
.TagClassName
{
border-color: #B0FE7D;
}
</style>