Shades of Sulu #BFFD65
Tints of Sulu #BFFD65
RGB
CMYK
RGB Variations
Color information
#BFFD65 (or 0xBFFD65) is known color: Sulu. HEX triplet: BF, FD and 65. RGB value is (191,253,101). Sum of RGB (Red+Green+Blue) = 191+253+101=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 253 (99.22% from 255 or 46.42% from 545); Blue value is 101 (39.84% from 255 or 18.53% from 545); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFD65 is #40029A. Grayscale: #D9D9D9. Windows color (decimal): -4194971 or 6684095. OLE color: 6684095.
HSL color Cylindrical-coordinate representation of color #BFFD65: hue angle of 84.47º degrees, saturation: 0.97, 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 #BFFD65 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 101 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.01 |
| HSL | 84.47º | 0.97% | 0.69% | - |
| HSV(B) | 84.47º | 0.6% | 0.99% | - |
| XYZ | 58.96 | 82.27 | 25.08 | - |
| YUV | 217.13 | 62.46 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 101 | 0.25 | 0 | 0.60 | 0.01 | 84.47 | 0.97 | 0.69 |
| Hex | BF | FD | 65 | 19 | 0 | 3C | 1 | 54 | 61 | 45 |
| Octal | 277 | 375 | 145 | 31 | 0 | 74 | 1 | 124 | 141 | 105 |
| Binary | 10111111 | 11111101 | 1100101 | 11001 | 0 | 111100 | 1 | 1010100 | 1100001 | 1000101 |
Color Harmonies of #BFFD65
Complementary color
Monochromatic Colors of #BFFD65
Black with #BFFD65
Text Example
Text Example
White with #BFFD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFD65; }
p { color: rgb(191,253,101); }
H1.HeaderClassName
{
color: #BFFD65;
}
.AnyTagClassName
{
color: #BFFD65;
}
</style>
background-color css
<style>
a { background-color: #BFFD65; }
a { background-color: rgb(191,253,101); }
div.DivClassName
{
background-color: #BFFD65;
}
.BgClassName
{
background-color: #BFFD65;
}
</style>
border-color css
<style>
span { border-color: #BFFD65; }
span { border-color: rgb(191,253,101); }
td.TdClassName
{
border-color: #BFFD65;
}
.TagClassName
{
border-color: #BFFD65;
}
</style>