Shades of Sulu #BFFE85
Tints of Sulu #BFFE85
RGB
CMYK
RGB Variations
Color information
#BFFE85 (or 0xBFFE85) is known color: Sulu. HEX triplet: BF, FE and 85. RGB value is (191,254,133). Sum of RGB (Red+Green+Blue) = 191+254+133=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 254 (99.61% from 255 or 43.94% from 578); Blue value is 133 (52.34% from 255 or 23.01% from 578); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFE85 is #40017A. Grayscale: #DDDDDD. Windows color (decimal): -4194683 or 8781503. OLE color: 8781503.
HSL color Cylindrical-coordinate representation of color #BFFE85: hue angle of 91.24º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFFE85 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 133 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.00 |
| HSL | 91.24º | 0.98% | 0.76% | - |
| HSV(B) | 91.24º | 0.48% | 1% | - |
| XYZ | 61.16 | 83.65 | 35.11 | - |
| YUV | 221.37 | 78.13 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 133 | 0.25 | 0 | 0.48 | 0.00 | 91.24 | 0.98 | 0.76 |
| Hex | BF | FE | 85 | 19 | 0 | 30 | 0 | 5B | 62 | 4C |
| Octal | 277 | 376 | 205 | 31 | 0 | 60 | 0 | 133 | 142 | 114 |
| Binary | 10111111 | 11111110 | 10000101 | 11001 | 0 | 110000 | 0 | 1011011 | 1100010 | 1001100 |
Color Harmonies of #BFFE85
Complementary color
Monochromatic Colors of #BFFE85
Black with #BFFE85
Text Example
Text Example
White with #BFFE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFE85; }
p { color: rgb(191,254,133); }
H1.HeaderClassName
{
color: #BFFE85;
}
.AnyTagClassName
{
color: #BFFE85;
}
</style>
background-color css
<style>
a { background-color: #BFFE85; }
a { background-color: rgb(191,254,133); }
div.DivClassName
{
background-color: #BFFE85;
}
.BgClassName
{
background-color: #BFFE85;
}
</style>
border-color css
<style>
span { border-color: #BFFE85; }
span { border-color: rgb(191,254,133); }
td.TdClassName
{
border-color: #BFFE85;
}
.TagClassName
{
border-color: #BFFE85;
}
</style>