Shades of Sulu #BFFF68
Tints of Sulu #BFFF68
RGB
CMYK
RGB Variations
Color information
#BFFF68 (or 0xBFFF68) is known color: Sulu. HEX triplet: BF, FF and 68. RGB value is (191,255,104). Sum of RGB (Red+Green+Blue) = 191+255+104=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 104 (41.02% from 255 or 18.91% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFF68 is #400097. Grayscale: #DBDBDB. Windows color (decimal): -4194456 or 6881215. OLE color: 6881215.
HSL color Cylindrical-coordinate representation of color #BFFF68: hue angle of 85.43º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFFF68 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 104 | - |
| CMYK | 0.25 | 0 | 0.59 | 0 |
| HSL | 85.43º | 1% | 0.7% | - |
| HSV(B) | 85.43º | 0.59% | 1% | - |
| XYZ | 59.74 | 83.6 | 26.08 | - |
| YUV | 218.65 | 63.3 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 104 | 0.25 | 0 | 0.59 | 0 | 85.43 | 1 | 0.7 |
| Hex | BF | FF | 68 | 19 | 0 | 3B | 0 | 55 | 64 | 46 |
| Octal | 277 | 377 | 150 | 31 | 0 | 73 | 0 | 125 | 144 | 106 |
| Binary | 10111111 | 11111111 | 1101000 | 11001 | 0 | 111011 | 0 | 1010101 | 1100100 | 1000110 |
Color Harmonies of #BFFF68
Complementary color
Monochromatic Colors of #BFFF68
Black with #BFFF68
Text Example
Text Example
White with #BFFF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFF68; }
p { color: rgb(191,255,104); }
H1.HeaderClassName
{
color: #BFFF68;
}
.AnyTagClassName
{
color: #BFFF68;
}
</style>
background-color css
<style>
a { background-color: #BFFF68; }
a { background-color: rgb(191,255,104); }
div.DivClassName
{
background-color: #BFFF68;
}
.BgClassName
{
background-color: #BFFF68;
}
</style>
border-color css
<style>
span { border-color: #BFFF68; }
span { border-color: rgb(191,255,104); }
td.TdClassName
{
border-color: #BFFF68;
}
.TagClassName
{
border-color: #BFFF68;
}
</style>