Shades of Sulu #BFF86D
Tints of Sulu #BFF86D
RGB
CMYK
RGB Variations
Color information
#BFF86D (or 0xBFF86D) is known color: Sulu. HEX triplet: BF, F8 and 6D. RGB value is (191,248,109). Sum of RGB (Red+Green+Blue) = 191+248+109=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 248 (97.27% from 255 or 45.26% from 548); Blue value is 109 (42.97% from 255 or 19.89% from 548); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF86D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF86D is #400792. Grayscale: #D7D7D7. Windows color (decimal): -4196243 or 7207103. OLE color: 7207103.
HSL color Cylindrical-coordinate representation of color #BFF86D: hue angle of 84.6º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFF86D is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 109 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.03 |
| HSL | 84.6º | 0.91% | 0.7% | - |
| HSV(B) | 84.6º | 0.56% | 0.97% | - |
| XYZ | 57.81 | 79.32 | 26.73 | - |
| YUV | 215.11 | 68.12 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 109 | 0.23 | 0 | 0.56 | 0.03 | 84.6 | 0.91 | 0.7 |
| Hex | BF | F8 | 6D | 17 | 0 | 38 | 3 | 55 | 5B | 46 |
| Octal | 277 | 370 | 155 | 27 | 0 | 70 | 3 | 125 | 133 | 106 |
| Binary | 10111111 | 11111000 | 1101101 | 10111 | 0 | 111000 | 11 | 1010101 | 1011011 | 1000110 |
Color Harmonies of #BFF86D
Complementary color
Monochromatic Colors of #BFF86D
Black with #BFF86D
Text Example
Text Example
White with #BFF86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF86D; }
p { color: rgb(191,248,109); }
H1.HeaderClassName
{
color: #BFF86D;
}
.AnyTagClassName
{
color: #BFF86D;
}
</style>
background-color css
<style>
a { background-color: #BFF86D; }
a { background-color: rgb(191,248,109); }
div.DivClassName
{
background-color: #BFF86D;
}
.BgClassName
{
background-color: #BFF86D;
}
</style>
border-color css
<style>
span { border-color: #BFF86D; }
span { border-color: rgb(191,248,109); }
td.TdClassName
{
border-color: #BFF86D;
}
.TagClassName
{
border-color: #BFF86D;
}
</style>