Shades of Sulu #BFED86
Tints of Sulu #BFED86
RGB
CMYK
RGB Variations
Color information
#BFED86 (or 0xBFED86) is known color: Sulu. HEX triplet: BF, ED and 86. RGB value is (191,237,134). Sum of RGB (Red+Green+Blue) = 191+237+134=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 134 (52.73% from 255 or 23.84% from 562); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFED86 is #401279. Grayscale: #D3D3D3. Windows color (decimal): -4199034 or 8842687. OLE color: 8842687.
HSL color Cylindrical-coordinate representation of color #BFED86: hue angle of 86.8º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFED86 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 134 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.07 |
| HSL | 86.8º | 0.74% | 0.73% | - |
| HSV(B) | 86.8º | 0.43% | 0.93% | - |
| XYZ | 56.07 | 73.37 | 33.76 | - |
| YUV | 211.5 | 84.26 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 134 | 0.19 | 0 | 0.43 | 0.07 | 86.8 | 0.74 | 0.73 |
| Hex | BF | ED | 86 | 13 | 0 | 2B | 7 | 57 | 4A | 49 |
| Octal | 277 | 355 | 206 | 23 | 0 | 53 | 7 | 127 | 112 | 111 |
| Binary | 10111111 | 11101101 | 10000110 | 10011 | 0 | 101011 | 111 | 1010111 | 1001010 | 1001001 |
Color Harmonies of #BFED86
Complementary color
Monochromatic Colors of #BFED86
Black with #BFED86
Text Example
Text Example
White with #BFED86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFED86; }
p { color: rgb(191,237,134); }
H1.HeaderClassName
{
color: #BFED86;
}
.AnyTagClassName
{
color: #BFED86;
}
</style>
background-color css
<style>
a { background-color: #BFED86; }
a { background-color: rgb(191,237,134); }
div.DivClassName
{
background-color: #BFED86;
}
.BgClassName
{
background-color: #BFED86;
}
</style>
border-color css
<style>
span { border-color: #BFED86; }
span { border-color: rgb(191,237,134); }
td.TdClassName
{
border-color: #BFED86;
}
.TagClassName
{
border-color: #BFED86;
}
</style>