Shades of Sulu #BFE781
Tints of Sulu #BFE781
RGB
CMYK
RGB Variations
Color information
#BFE781 (or 0xBFE781) is known color: Sulu. HEX triplet: BF, E7 and 81. RGB value is (191,231,129). Sum of RGB (Red+Green+Blue) = 191+231+129=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 231 (90.62% from 255 or 41.92% from 551); Blue value is 129 (50.78% from 255 or 23.41% from 551); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE781 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE781 is #40187E. Grayscale: #CFCFCF. Windows color (decimal): -4200575 or 8513471. OLE color: 8513471.
HSL color Cylindrical-coordinate representation of color #BFE781: hue angle of 83.53º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFE781 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 231 | 129 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.09 |
| HSL | 83.53º | 0.68% | 0.71% | - |
| HSV(B) | 83.53º | 0.44% | 0.91% | - |
| XYZ | 54.02 | 69.81 | 31.4 | - |
| YUV | 207.41 | 83.75 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 129 | 0.17 | 0 | 0.44 | 0.09 | 83.53 | 0.68 | 0.71 |
| Hex | BF | E7 | 81 | 11 | 0 | 2C | 9 | 54 | 44 | 47 |
| Octal | 277 | 347 | 201 | 21 | 0 | 54 | 11 | 124 | 104 | 107 |
| Binary | 10111111 | 11100111 | 10000001 | 10001 | 0 | 101100 | 1001 | 1010100 | 1000100 | 1000111 |
Color Harmonies of #BFE781
Complementary color
Monochromatic Colors of #BFE781
Black with #BFE781
Text Example
Text Example
White with #BFE781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE781; }
p { color: rgb(191,231,129); }
H1.HeaderClassName
{
color: #BFE781;
}
.AnyTagClassName
{
color: #BFE781;
}
</style>
background-color css
<style>
a { background-color: #BFE781; }
a { background-color: rgb(191,231,129); }
div.DivClassName
{
background-color: #BFE781;
}
.BgClassName
{
background-color: #BFE781;
}
</style>
border-color css
<style>
span { border-color: #BFE781; }
span { border-color: rgb(191,231,129); }
td.TdClassName
{
border-color: #BFE781;
}
.TagClassName
{
border-color: #BFE781;
}
</style>