Shades of Sulu #BFFE69
Tints of Sulu #BFFE69
RGB
CMYK
RGB Variations
Color information
#BFFE69 (or 0xBFFE69) is known color: Sulu. HEX triplet: BF, FE and 69. RGB value is (191,254,105). Sum of RGB (Red+Green+Blue) = 191+254+105=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 254 (99.61% from 255 or 46.18% from 550); Blue value is 105 (41.41% from 255 or 19.09% from 550); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFE69 is #400196. Grayscale: #DADADA. Windows color (decimal): -4194711 or 6946495. OLE color: 6946495.
HSL color Cylindrical-coordinate representation of color #BFFE69: hue angle of 85.37º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFFE69 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 105 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.00 |
| HSL | 85.37º | 0.99% | 0.7% | - |
| HSV(B) | 85.37º | 0.59% | 1% | - |
| XYZ | 59.48 | 82.98 | 26.25 | - |
| YUV | 218.18 | 64.13 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 105 | 0.25 | 0 | 0.59 | 0.00 | 85.37 | 0.99 | 0.7 |
| Hex | BF | FE | 69 | 19 | 0 | 3B | 0 | 55 | 63 | 46 |
| Octal | 277 | 376 | 151 | 31 | 0 | 73 | 0 | 125 | 143 | 106 |
| Binary | 10111111 | 11111110 | 1101001 | 11001 | 0 | 111011 | 0 | 1010101 | 1100011 | 1000110 |
Color Harmonies of #BFFE69
Complementary color
Monochromatic Colors of #BFFE69
Black with #BFFE69
Text Example
Text Example
White with #BFFE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFE69; }
p { color: rgb(191,254,105); }
H1.HeaderClassName
{
color: #BFFE69;
}
.AnyTagClassName
{
color: #BFFE69;
}
</style>
background-color css
<style>
a { background-color: #BFFE69; }
a { background-color: rgb(191,254,105); }
div.DivClassName
{
background-color: #BFFE69;
}
.BgClassName
{
background-color: #BFFE69;
}
</style>
border-color css
<style>
span { border-color: #BFFE69; }
span { border-color: rgb(191,254,105); }
td.TdClassName
{
border-color: #BFFE69;
}
.TagClassName
{
border-color: #BFFE69;
}
</style>