Shades of Sulu #BFFC65
Tints of Sulu #BFFC65
RGB
CMYK
RGB Variations
Color information
#BFFC65 (or 0xBFFC65) is known color: Sulu. HEX triplet: BF, FC and 65. RGB value is (191,252,101). Sum of RGB (Red+Green+Blue) = 191+252+101=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 252 (98.83% from 255 or 46.32% from 544); Blue value is 101 (39.84% from 255 or 18.57% from 544); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFC65 is #40039A. Grayscale: #D9D9D9. Windows color (decimal): -4195227 or 6683839. OLE color: 6683839.
HSL color Cylindrical-coordinate representation of color #BFFC65: hue angle of 84.24º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFFC65 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 101 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.01 |
| HSL | 84.24º | 0.96% | 0.69% | - |
| HSV(B) | 84.24º | 0.6% | 0.99% | - |
| XYZ | 58.65 | 81.64 | 24.98 | - |
| YUV | 216.55 | 62.79 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 101 | 0.24 | 0 | 0.60 | 0.01 | 84.24 | 0.96 | 0.69 |
| Hex | BF | FC | 65 | 18 | 0 | 3C | 1 | 54 | 60 | 45 |
| Octal | 277 | 374 | 145 | 30 | 0 | 74 | 1 | 124 | 140 | 105 |
| Binary | 10111111 | 11111100 | 1100101 | 11000 | 0 | 111100 | 1 | 1010100 | 1100000 | 1000101 |
Color Harmonies of #BFFC65
Complementary color
Monochromatic Colors of #BFFC65
Black with #BFFC65
Text Example
Text Example
White with #BFFC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFC65; }
p { color: rgb(191,252,101); }
H1.HeaderClassName
{
color: #BFFC65;
}
.AnyTagClassName
{
color: #BFFC65;
}
</style>
background-color css
<style>
a { background-color: #BFFC65; }
a { background-color: rgb(191,252,101); }
div.DivClassName
{
background-color: #BFFC65;
}
.BgClassName
{
background-color: #BFFC65;
}
</style>
border-color css
<style>
span { border-color: #BFFC65; }
span { border-color: rgb(191,252,101); }
td.TdClassName
{
border-color: #BFFC65;
}
.TagClassName
{
border-color: #BFFC65;
}
</style>