Shades of Sulu #BFFC85
Tints of Sulu #BFFC85
RGB
CMYK
RGB Variations
Color information
#BFFC85 (or 0xBFFC85) is known color: Sulu. HEX triplet: BF, FC and 85. RGB value is (191,252,133). Sum of RGB (Red+Green+Blue) = 191+252+133=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 252 (98.83% from 255 or 43.75% from 576); Blue value is 133 (52.34% from 255 or 23.09% from 576); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFC85 is #40037A. Grayscale: #DCDCDC. Windows color (decimal): -4195195 or 8780991. OLE color: 8780991.
HSL color Cylindrical-coordinate representation of color #BFFC85: hue angle of 90.76º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFFC85 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 133 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.01 |
| HSL | 90.76º | 0.95% | 0.75% | - |
| HSV(B) | 90.76º | 0.47% | 0.99% | - |
| XYZ | 60.53 | 82.39 | 34.9 | - |
| YUV | 220.2 | 78.79 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 133 | 0.24 | 0 | 0.47 | 0.01 | 90.76 | 0.95 | 0.75 |
| Hex | BF | FC | 85 | 18 | 0 | 2F | 1 | 5B | 5F | 4B |
| Octal | 277 | 374 | 205 | 30 | 0 | 57 | 1 | 133 | 137 | 113 |
| Binary | 10111111 | 11111100 | 10000101 | 11000 | 0 | 101111 | 1 | 1011011 | 1011111 | 1001011 |
Color Harmonies of #BFFC85
Complementary color
Monochromatic Colors of #BFFC85
Black with #BFFC85
Text Example
Text Example
White with #BFFC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFC85; }
p { color: rgb(191,252,133); }
H1.HeaderClassName
{
color: #BFFC85;
}
.AnyTagClassName
{
color: #BFFC85;
}
</style>
background-color css
<style>
a { background-color: #BFFC85; }
a { background-color: rgb(191,252,133); }
div.DivClassName
{
background-color: #BFFC85;
}
.BgClassName
{
background-color: #BFFC85;
}
</style>
border-color css
<style>
span { border-color: #BFFC85; }
span { border-color: rgb(191,252,133); }
td.TdClassName
{
border-color: #BFFC85;
}
.TagClassName
{
border-color: #BFFC85;
}
</style>