Shades of Sulu #BFF864
Tints of Sulu #BFF864
RGB
CMYK
RGB Variations
Color information
#BFF864 (or 0xBFF864) is known color: Sulu. HEX triplet: BF, F8 and 64. RGB value is (191,248,100). Sum of RGB (Red+Green+Blue) = 191+248+100=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 248 (97.27% from 255 or 46.01% from 539); Blue value is 100 (39.45% from 255 or 18.55% from 539); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF864 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF864 is #40079B. Grayscale: #D6D6D6. Windows color (decimal): -4196252 or 6617279. OLE color: 6617279.
HSL color Cylindrical-coordinate representation of color #BFF864: hue angle of 83.11º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFF864 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 100 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.03 |
| HSL | 83.11º | 0.91% | 0.68% | - |
| HSV(B) | 83.11º | 0.6% | 0.97% | - |
| XYZ | 57.35 | 79.13 | 24.31 | - |
| YUV | 214.09 | 63.62 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 100 | 0.23 | 0 | 0.60 | 0.03 | 83.11 | 0.91 | 0.68 |
| Hex | BF | F8 | 64 | 17 | 0 | 3C | 3 | 53 | 5B | 44 |
| Octal | 277 | 370 | 144 | 27 | 0 | 74 | 3 | 123 | 133 | 104 |
| Binary | 10111111 | 11111000 | 1100100 | 10111 | 0 | 111100 | 11 | 1010011 | 1011011 | 1000100 |
Color Harmonies of #BFF864
Complementary color
Monochromatic Colors of #BFF864
Black with #BFF864
Text Example
Text Example
White with #BFF864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF864; }
p { color: rgb(191,248,100); }
H1.HeaderClassName
{
color: #BFF864;
}
.AnyTagClassName
{
color: #BFF864;
}
</style>
background-color css
<style>
a { background-color: #BFF864; }
a { background-color: rgb(191,248,100); }
div.DivClassName
{
background-color: #BFF864;
}
.BgClassName
{
background-color: #BFF864;
}
</style>
border-color css
<style>
span { border-color: #BFF864; }
span { border-color: rgb(191,248,100); }
td.TdClassName
{
border-color: #BFF864;
}
.TagClassName
{
border-color: #BFF864;
}
</style>