Shades of Sulu #B1F87D
Tints of Sulu #B1F87D
RGB
CMYK
RGB Variations
Color information
#B1F87D (or 0xB1F87D) is known color: Sulu. HEX triplet: B1, F8 and 7D. RGB value is (177,248,125). Sum of RGB (Red+Green+Blue) = 177+248+125=550 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.18% from 550); Green value is 248 (97.27% from 255 or 45.09% from 550); Blue value is 125 (49.22% from 255 or 22.73% from 550); Max value from RGB is 248 - color contains mainly: green. Hex color #B1F87D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F87D is #4E0782. Grayscale: #D5D5D5. Windows color (decimal): -5113731 or 8255665. OLE color: 8255665.
HSL color Cylindrical-coordinate representation of color #B1F87D: hue angle of 94.63º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1F87D is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 248 | 125 | - |
| CMYK | 0.29 | 0 | 0.50 | 0.03 |
| HSL | 94.63º | 0.9% | 0.73% | - |
| HSV(B) | 94.63º | 0.5% | 0.97% | - |
| XYZ | 55.4 | 77.96 | 31.53 | - |
| YUV | 212.75 | 78.48 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 248 | 125 | 0.29 | 0 | 0.50 | 0.03 | 94.63 | 0.9 | 0.73 |
| Hex | B1 | F8 | 7D | 1D | 0 | 32 | 3 | 5F | 5A | 49 |
| Octal | 261 | 370 | 175 | 35 | 0 | 62 | 3 | 137 | 132 | 111 |
| Binary | 10110001 | 11111000 | 1111101 | 11101 | 0 | 110010 | 11 | 1011111 | 1011010 | 1001001 |
Color Harmonies of #B1F87D
Complementary color
Monochromatic Colors of #B1F87D
Black with #B1F87D
Text Example
Text Example
White with #B1F87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F87D; }
p { color: rgb(177,248,125); }
H1.HeaderClassName
{
color: #B1F87D;
}
.AnyTagClassName
{
color: #B1F87D;
}
</style>
background-color css
<style>
a { background-color: #B1F87D; }
a { background-color: rgb(177,248,125); }
div.DivClassName
{
background-color: #B1F87D;
}
.BgClassName
{
background-color: #B1F87D;
}
</style>
border-color css
<style>
span { border-color: #B1F87D; }
span { border-color: rgb(177,248,125); }
td.TdClassName
{
border-color: #B1F87D;
}
.TagClassName
{
border-color: #B1F87D;
}
</style>