Shades of Sulu #BFFC68
Tints of Sulu #BFFC68
RGB
CMYK
RGB Variations
Color information
#BFFC68 (or 0xBFFC68) is known color: Sulu. HEX triplet: BF, FC and 68. RGB value is (191,252,104). Sum of RGB (Red+Green+Blue) = 191+252+104=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 252 (98.83% from 255 or 46.07% from 547); Blue value is 104 (41.02% from 255 or 19.01% from 547); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFC68 is #400397. Grayscale: #D9D9D9. Windows color (decimal): -4195224 or 6880447. OLE color: 6880447.
HSL color Cylindrical-coordinate representation of color #BFFC68: hue angle of 84.73º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFFC68 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 104 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.01 |
| HSL | 84.73º | 0.96% | 0.7% | - |
| HSV(B) | 84.73º | 0.59% | 0.99% | - |
| XYZ | 58.79 | 81.7 | 25.77 | - |
| YUV | 216.89 | 64.29 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 104 | 0.24 | 0 | 0.59 | 0.01 | 84.73 | 0.96 | 0.7 |
| Hex | BF | FC | 68 | 18 | 0 | 3B | 1 | 55 | 60 | 46 |
| Octal | 277 | 374 | 150 | 30 | 0 | 73 | 1 | 125 | 140 | 106 |
| Binary | 10111111 | 11111100 | 1101000 | 11000 | 0 | 111011 | 1 | 1010101 | 1100000 | 1000110 |
Color Harmonies of #BFFC68
Complementary color
Monochromatic Colors of #BFFC68
Black with #BFFC68
Text Example
Text Example
White with #BFFC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFC68; }
p { color: rgb(191,252,104); }
H1.HeaderClassName
{
color: #BFFC68;
}
.AnyTagClassName
{
color: #BFFC68;
}
</style>
background-color css
<style>
a { background-color: #BFFC68; }
a { background-color: rgb(191,252,104); }
div.DivClassName
{
background-color: #BFFC68;
}
.BgClassName
{
background-color: #BFFC68;
}
</style>
border-color css
<style>
span { border-color: #BFFC68; }
span { border-color: rgb(191,252,104); }
td.TdClassName
{
border-color: #BFFC68;
}
.TagClassName
{
border-color: #BFFC68;
}
</style>