Shades of Sulu #BFFD6D
Tints of Sulu #BFFD6D
RGB
CMYK
RGB Variations
Color information
#BFFD6D (or 0xBFFD6D) is known color: Sulu. HEX triplet: BF, FD and 6D. RGB value is (191,253,109). Sum of RGB (Red+Green+Blue) = 191+253+109=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 253 (99.22% from 255 or 45.75% from 553); Blue value is 109 (42.97% from 255 or 19.71% from 553); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFD6D is #400292. Grayscale: #DADADA. Windows color (decimal): -4194963 or 7208383. OLE color: 7208383.
HSL color Cylindrical-coordinate representation of color #BFFD6D: hue angle of 85.83º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFFD6D is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 109 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.01 |
| HSL | 85.83º | 0.97% | 0.71% | - |
| HSV(B) | 85.83º | 0.57% | 0.99% | - |
| XYZ | 59.37 | 82.43 | 27.25 | - |
| YUV | 218.05 | 66.46 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 109 | 0.25 | 0 | 0.57 | 0.01 | 85.83 | 0.97 | 0.71 |
| Hex | BF | FD | 6D | 19 | 0 | 39 | 1 | 56 | 61 | 47 |
| Octal | 277 | 375 | 155 | 31 | 0 | 71 | 1 | 126 | 141 | 107 |
| Binary | 10111111 | 11111101 | 1101101 | 11001 | 0 | 111001 | 1 | 1010110 | 1100001 | 1000111 |
Color Harmonies of #BFFD6D
Complementary color
Monochromatic Colors of #BFFD6D
Black with #BFFD6D
Text Example
Text Example
White with #BFFD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFD6D; }
p { color: rgb(191,253,109); }
H1.HeaderClassName
{
color: #BFFD6D;
}
.AnyTagClassName
{
color: #BFFD6D;
}
</style>
background-color css
<style>
a { background-color: #BFFD6D; }
a { background-color: rgb(191,253,109); }
div.DivClassName
{
background-color: #BFFD6D;
}
.BgClassName
{
background-color: #BFFD6D;
}
</style>
border-color css
<style>
span { border-color: #BFFD6D; }
span { border-color: rgb(191,253,109); }
td.TdClassName
{
border-color: #BFFD6D;
}
.TagClassName
{
border-color: #BFFD6D;
}
</style>