Shades of Sulu #BFF977
Tints of Sulu #BFF977
RGB
CMYK
RGB Variations
Color information
#BFF977 (or 0xBFF977) is known color: Sulu. HEX triplet: BF, F9 and 77. RGB value is (191,249,119). Sum of RGB (Red+Green+Blue) = 191+249+119=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 249 (97.66% from 255 or 44.54% from 559); Blue value is 119 (46.88% from 255 or 21.29% from 559); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF977 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF977 is #400688. Grayscale: #D9D9D9. Windows color (decimal): -4195977 or 7862719. OLE color: 7862719.
HSL color Cylindrical-coordinate representation of color #BFF977: hue angle of 86.77º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFF977 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 119 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.02 |
| HSL | 86.77º | 0.92% | 0.72% | - |
| HSV(B) | 86.77º | 0.52% | 0.98% | - |
| XYZ | 58.69 | 80.16 | 29.83 | - |
| YUV | 216.84 | 72.78 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 119 | 0.23 | 0 | 0.52 | 0.02 | 86.77 | 0.92 | 0.72 |
| Hex | BF | F9 | 77 | 17 | 0 | 34 | 2 | 57 | 5C | 48 |
| Octal | 277 | 371 | 167 | 27 | 0 | 64 | 2 | 127 | 134 | 110 |
| Binary | 10111111 | 11111001 | 1110111 | 10111 | 0 | 110100 | 10 | 1010111 | 1011100 | 1001000 |
Color Harmonies of #BFF977
Complementary color
Monochromatic Colors of #BFF977
Black with #BFF977
Text Example
Text Example
White with #BFF977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF977; }
p { color: rgb(191,249,119); }
H1.HeaderClassName
{
color: #BFF977;
}
.AnyTagClassName
{
color: #BFF977;
}
</style>
background-color css
<style>
a { background-color: #BFF977; }
a { background-color: rgb(191,249,119); }
div.DivClassName
{
background-color: #BFF977;
}
.BgClassName
{
background-color: #BFF977;
}
</style>
border-color css
<style>
span { border-color: #BFF977; }
span { border-color: rgb(191,249,119); }
td.TdClassName
{
border-color: #BFF977;
}
.TagClassName
{
border-color: #BFF977;
}
</style>