Shades of Sulu #BFFE60
Tints of Sulu #BFFE60
RGB
CMYK
RGB Variations
Color information
#BFFE60 (or 0xBFFE60) is known color: Sulu. HEX triplet: BF, FE and 60. RGB value is (191,254,96). Sum of RGB (Red+Green+Blue) = 191+254+96=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 96 (37.89% from 255 or 17.74% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFE60 is #40019F. Grayscale: #D9D9D9. Windows color (decimal): -4194720 or 6356671. OLE color: 6356671.
HSL color Cylindrical-coordinate representation of color #BFFE60: hue angle of 83.92º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFFE60 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 96 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.00 |
| HSL | 83.92º | 0.99% | 0.69% | - |
| HSV(B) | 83.92º | 0.62% | 1% | - |
| XYZ | 59.04 | 82.8 | 23.94 | - |
| YUV | 217.15 | 59.63 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 96 | 0.25 | 0 | 0.62 | 0.00 | 83.92 | 0.99 | 0.69 |
| Hex | BF | FE | 60 | 19 | 0 | 3E | 0 | 54 | 63 | 45 |
| Octal | 277 | 376 | 140 | 31 | 0 | 76 | 0 | 124 | 143 | 105 |
| Binary | 10111111 | 11111110 | 1100000 | 11001 | 0 | 111110 | 0 | 1010100 | 1100011 | 1000101 |
Color Harmonies of #BFFE60
Complementary color
Monochromatic Colors of #BFFE60
Black with #BFFE60
Text Example
Text Example
White with #BFFE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFE60; }
p { color: rgb(191,254,96); }
H1.HeaderClassName
{
color: #BFFE60;
}
.AnyTagClassName
{
color: #BFFE60;
}
</style>
background-color css
<style>
a { background-color: #BFFE60; }
a { background-color: rgb(191,254,96); }
div.DivClassName
{
background-color: #BFFE60;
}
.BgClassName
{
background-color: #BFFE60;
}
</style>
border-color css
<style>
span { border-color: #BFFE60; }
span { border-color: rgb(191,254,96); }
td.TdClassName
{
border-color: #BFFE60;
}
.TagClassName
{
border-color: #BFFE60;
}
</style>