Shades of Sulu #BFE685
Tints of Sulu #BFE685
RGB
CMYK
RGB Variations
Color information
#BFE685 (or 0xBFE685) is known color: Sulu. HEX triplet: BF, E6 and 85. RGB value is (191,230,133). Sum of RGB (Red+Green+Blue) = 191+230+133=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 230 (90.23% from 255 or 41.52% from 554); Blue value is 133 (52.34% from 255 or 24.01% from 554); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE685 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE685 is #40197A. Grayscale: #CFCFCF. Windows color (decimal): -4200827 or 8775359. OLE color: 8775359.
HSL color Cylindrical-coordinate representation of color #BFE685: hue angle of 84.12º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFE685 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 230 | 133 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.10 |
| HSL | 84.12º | 0.66% | 0.71% | - |
| HSV(B) | 84.12º | 0.42% | 0.9% | - |
| XYZ | 54.02 | 69.36 | 32.73 | - |
| YUV | 207.28 | 86.08 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 133 | 0.17 | 0 | 0.42 | 0.10 | 84.12 | 0.66 | 0.71 |
| Hex | BF | E6 | 85 | 11 | 0 | 2A | A | 54 | 42 | 47 |
| Octal | 277 | 346 | 205 | 21 | 0 | 52 | 12 | 124 | 102 | 107 |
| Binary | 10111111 | 11100110 | 10000101 | 10001 | 0 | 101010 | 1010 | 1010100 | 1000010 | 1000111 |
Color Harmonies of #BFE685
Complementary color
Monochromatic Colors of #BFE685
Black with #BFE685
Text Example
Text Example
White with #BFE685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE685; }
p { color: rgb(191,230,133); }
H1.HeaderClassName
{
color: #BFE685;
}
.AnyTagClassName
{
color: #BFE685;
}
</style>
background-color css
<style>
a { background-color: #BFE685; }
a { background-color: rgb(191,230,133); }
div.DivClassName
{
background-color: #BFE685;
}
.BgClassName
{
background-color: #BFE685;
}
</style>
border-color css
<style>
span { border-color: #BFE685; }
span { border-color: rgb(191,230,133); }
td.TdClassName
{
border-color: #BFE685;
}
.TagClassName
{
border-color: #BFE685;
}
</style>