Shades of Sulu #B1FD7D
Tints of Sulu #B1FD7D
RGB
CMYK
RGB Variations
Color information
#B1FD7D (or 0xB1FD7D) is known color: Sulu. HEX triplet: B1, FD and 7D. RGB value is (177,253,125). Sum of RGB (Red+Green+Blue) = 177+253+125=555 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.89% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 253 - color contains mainly: green. Hex color #B1FD7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1FD7D is #4E0282. Grayscale: #D8D8D8. Windows color (decimal): -5112451 or 8256945. OLE color: 8256945.
HSL color Cylindrical-coordinate representation of color #B1FD7D: hue angle of 95.62º degrees, saturation: 0.97, 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 #B1FD7D is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 253 | 125 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.01 |
| HSL | 95.63º | 0.97% | 0.74% | - |
| HSV(B) | 95.63º | 0.51% | 0.99% | - |
| XYZ | 56.96 | 81.08 | 32.05 | - |
| YUV | 215.68 | 76.82 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 253 | 125 | 0.30 | 0 | 0.51 | 0.01 | 95.63 | 0.97 | 0.74 |
| Hex | B1 | FD | 7D | 1E | 0 | 33 | 1 | 60 | 61 | 4A |
| Octal | 261 | 375 | 175 | 36 | 0 | 63 | 1 | 140 | 141 | 112 |
| Binary | 10110001 | 11111101 | 1111101 | 11110 | 0 | 110011 | 1 | 1100000 | 1100001 | 1001010 |
Color Harmonies of #B1FD7D
Complementary color
Monochromatic Colors of #B1FD7D
Black with #B1FD7D
Text Example
Text Example
White with #B1FD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FD7D; }
p { color: rgb(177,253,125); }
H1.HeaderClassName
{
color: #B1FD7D;
}
.AnyTagClassName
{
color: #B1FD7D;
}
</style>
background-color css
<style>
a { background-color: #B1FD7D; }
a { background-color: rgb(177,253,125); }
div.DivClassName
{
background-color: #B1FD7D;
}
.BgClassName
{
background-color: #B1FD7D;
}
</style>
border-color css
<style>
span { border-color: #B1FD7D; }
span { border-color: rgb(177,253,125); }
td.TdClassName
{
border-color: #B1FD7D;
}
.TagClassName
{
border-color: #B1FD7D;
}
</style>