Shades of Sulu #BFE684
Tints of Sulu #BFE684
RGB
CMYK
RGB Variations
Color information
#BFE684 (or 0xBFE684) is known color: Sulu. HEX triplet: BF, E6 and 84. RGB value is (191,230,132). Sum of RGB (Red+Green+Blue) = 191+230+132=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 230 (90.23% from 255 or 41.59% from 553); Blue value is 132 (51.95% from 255 or 23.87% from 553); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE684 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE684 is #40197B. Grayscale: #CFCFCF. Windows color (decimal): -4200828 or 8709823. OLE color: 8709823.
HSL color Cylindrical-coordinate representation of color #BFE684: hue angle of 83.88º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFE684 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 230 | 132 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.10 |
| HSL | 83.88º | 0.66% | 0.71% | - |
| HSV(B) | 83.88º | 0.43% | 0.9% | - |
| XYZ | 53.95 | 69.34 | 32.37 | - |
| YUV | 207.17 | 85.58 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 132 | 0.17 | 0 | 0.43 | 0.10 | 83.88 | 0.66 | 0.71 |
| Hex | BF | E6 | 84 | 11 | 0 | 2B | A | 54 | 42 | 47 |
| Octal | 277 | 346 | 204 | 21 | 0 | 53 | 12 | 124 | 102 | 107 |
| Binary | 10111111 | 11100110 | 10000100 | 10001 | 0 | 101011 | 1010 | 1010100 | 1000010 | 1000111 |
Color Harmonies of #BFE684
Complementary color
Monochromatic Colors of #BFE684
Black with #BFE684
Text Example
Text Example
White with #BFE684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE684; }
p { color: rgb(191,230,132); }
H1.HeaderClassName
{
color: #BFE684;
}
.AnyTagClassName
{
color: #BFE684;
}
</style>
background-color css
<style>
a { background-color: #BFE684; }
a { background-color: rgb(191,230,132); }
div.DivClassName
{
background-color: #BFE684;
}
.BgClassName
{
background-color: #BFE684;
}
</style>
border-color css
<style>
span { border-color: #BFE684; }
span { border-color: rgb(191,230,132); }
td.TdClassName
{
border-color: #BFE684;
}
.TagClassName
{
border-color: #BFE684;
}
</style>