Shades of Sulu #BFF975
Tints of Sulu #BFF975
RGB
CMYK
RGB Variations
Color information
#BFF975 (or 0xBFF975) is known color: Sulu. HEX triplet: BF, F9 and 75. RGB value is (191,249,117). Sum of RGB (Red+Green+Blue) = 191+249+117=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 249 (97.66% from 255 or 44.70% from 557); Blue value is 117 (46.09% from 255 or 21.01% from 557); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF975 is #40068A. Grayscale: #D9D9D9. Windows color (decimal): -4195979 or 7731647. OLE color: 7731647.
HSL color Cylindrical-coordinate representation of color #BFF975: hue angle of 86.36º 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 #BFF975 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 117 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.02 |
| HSL | 86.36º | 0.92% | 0.72% | - |
| HSV(B) | 86.36º | 0.53% | 0.98% | - |
| XYZ | 58.57 | 80.11 | 29.21 | - |
| YUV | 216.61 | 71.78 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 117 | 0.23 | 0 | 0.53 | 0.02 | 86.36 | 0.92 | 0.72 |
| Hex | BF | F9 | 75 | 17 | 0 | 35 | 2 | 56 | 5C | 48 |
| Octal | 277 | 371 | 165 | 27 | 0 | 65 | 2 | 126 | 134 | 110 |
| Binary | 10111111 | 11111001 | 1110101 | 10111 | 0 | 110101 | 10 | 1010110 | 1011100 | 1001000 |
Color Harmonies of #BFF975
Complementary color
Monochromatic Colors of #BFF975
Black with #BFF975
Text Example
Text Example
White with #BFF975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF975; }
p { color: rgb(191,249,117); }
H1.HeaderClassName
{
color: #BFF975;
}
.AnyTagClassName
{
color: #BFF975;
}
</style>
background-color css
<style>
a { background-color: #BFF975; }
a { background-color: rgb(191,249,117); }
div.DivClassName
{
background-color: #BFF975;
}
.BgClassName
{
background-color: #BFF975;
}
</style>
border-color css
<style>
span { border-color: #BFF975; }
span { border-color: rgb(191,249,117); }
td.TdClassName
{
border-color: #BFF975;
}
.TagClassName
{
border-color: #BFF975;
}
</style>