Shades of Sulu #BFE86D
Tints of Sulu #BFE86D
RGB
CMYK
RGB Variations
Color information
#BFE86D (or 0xBFE86D) is known color: Sulu. HEX triplet: BF, E8 and 6D. RGB value is (191,232,109). Sum of RGB (Red+Green+Blue) = 191+232+109=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 232 (91.02% from 255 or 43.61% from 532); Blue value is 109 (42.97% from 255 or 20.49% from 532); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE86D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE86D is #401792. Grayscale: #CECECE. Windows color (decimal): -4200339 or 7203007. OLE color: 7203007.
HSL color Cylindrical-coordinate representation of color #BFE86D: hue angle of 80º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFE86D is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 232 | 109 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.09 |
| HSL | 80º | 0.73% | 0.67% | - |
| HSV(B) | 80º | 0.53% | 0.91% | - |
| XYZ | 53.1 | 69.89 | 25.16 | - |
| YUV | 205.72 | 73.42 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 232 | 109 | 0.18 | 0 | 0.53 | 0.09 | 80 | 0.73 | 0.67 |
| Hex | BF | E8 | 6D | 12 | 0 | 35 | 9 | 50 | 49 | 43 |
| Octal | 277 | 350 | 155 | 22 | 0 | 65 | 11 | 120 | 111 | 103 |
| Binary | 10111111 | 11101000 | 1101101 | 10010 | 0 | 110101 | 1001 | 1010000 | 1001001 | 1000011 |
Color Harmonies of #BFE86D
Complementary color
Monochromatic Colors of #BFE86D
Black with #BFE86D
Text Example
Text Example
White with #BFE86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE86D; }
p { color: rgb(191,232,109); }
H1.HeaderClassName
{
color: #BFE86D;
}
.AnyTagClassName
{
color: #BFE86D;
}
</style>
background-color css
<style>
a { background-color: #BFE86D; }
a { background-color: rgb(191,232,109); }
div.DivClassName
{
background-color: #BFE86D;
}
.BgClassName
{
background-color: #BFE86D;
}
</style>
border-color css
<style>
span { border-color: #BFE86D; }
span { border-color: rgb(191,232,109); }
td.TdClassName
{
border-color: #BFE86D;
}
.TagClassName
{
border-color: #BFE86D;
}
</style>