Shades of Sulu #B1F975
Tints of Sulu #B1F975
RGB
CMYK
RGB Variations
Color information
#B1F975 (or 0xB1F975) is known color: Sulu. HEX triplet: B1, F9 and 75. RGB value is (177,249,117). Sum of RGB (Red+Green+Blue) = 177+249+117=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 249 (97.66% from 255 or 45.86% from 543); Blue value is 117 (46.09% from 255 or 21.55% from 543); Max value from RGB is 249 - color contains mainly: green. Hex color #B1F975 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F975 is #4E068A. Grayscale: #D4D4D4. Windows color (decimal): -5113483 or 7731633. OLE color: 7731633.
HSL color Cylindrical-coordinate representation of color #B1F975: hue angle of 92.73º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B1F975 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 249 | 117 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.02 |
| HSL | 92.73º | 0.92% | 0.72% | - |
| HSV(B) | 92.73º | 0.53% | 0.98% | - |
| XYZ | 55.22 | 78.38 | 29.05 | - |
| YUV | 212.42 | 74.15 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 249 | 117 | 0.29 | 0 | 0.53 | 0.02 | 92.73 | 0.92 | 0.72 |
| Hex | B1 | F9 | 75 | 1D | 0 | 35 | 2 | 5D | 5C | 48 |
| Octal | 261 | 371 | 165 | 35 | 0 | 65 | 2 | 135 | 134 | 110 |
| Binary | 10110001 | 11111001 | 1110101 | 11101 | 0 | 110101 | 10 | 1011101 | 1011100 | 1001000 |
Color Harmonies of #B1F975
Complementary color
Monochromatic Colors of #B1F975
Black with #B1F975
Text Example
Text Example
White with #B1F975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F975; }
p { color: rgb(177,249,117); }
H1.HeaderClassName
{
color: #B1F975;
}
.AnyTagClassName
{
color: #B1F975;
}
</style>
background-color css
<style>
a { background-color: #B1F975; }
a { background-color: rgb(177,249,117); }
div.DivClassName
{
background-color: #B1F975;
}
.BgClassName
{
background-color: #B1F975;
}
</style>
border-color css
<style>
span { border-color: #B1F975; }
span { border-color: rgb(177,249,117); }
td.TdClassName
{
border-color: #B1F975;
}
.TagClassName
{
border-color: #B1F975;
}
</style>