Shades of Sulu #BFE585
Tints of Sulu #BFE585
RGB
CMYK
RGB Variations
Color information
#BFE585 (or 0xBFE585) is known color: Sulu. HEX triplet: BF, E5 and 85. RGB value is (191,229,133). Sum of RGB (Red+Green+Blue) = 191+229+133=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 229 (89.84% from 255 or 41.41% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE585 is #401A7A. Grayscale: #CFCFCF. Windows color (decimal): -4201083 or 8775103. OLE color: 8775103.
HSL color Cylindrical-coordinate representation of color #BFE585: hue angle of 83.75º degrees, saturation: 0.65, 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 #BFE585 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 133 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.10 |
| HSL | 83.75º | 0.65% | 0.71% | - |
| HSV(B) | 83.75º | 0.42% | 0.9% | - |
| XYZ | 53.74 | 68.81 | 32.64 | - |
| YUV | 206.69 | 86.41 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 133 | 0.17 | 0 | 0.42 | 0.10 | 83.75 | 0.65 | 0.71 |
| Hex | BF | E5 | 85 | 11 | 0 | 2A | A | 54 | 41 | 47 |
| Octal | 277 | 345 | 205 | 21 | 0 | 52 | 12 | 124 | 101 | 107 |
| Binary | 10111111 | 11100101 | 10000101 | 10001 | 0 | 101010 | 1010 | 1010100 | 1000001 | 1000111 |
Color Harmonies of #BFE585
Complementary color
Monochromatic Colors of #BFE585
Black with #BFE585
Text Example
Text Example
White with #BFE585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE585; }
p { color: rgb(191,229,133); }
H1.HeaderClassName
{
color: #BFE585;
}
.AnyTagClassName
{
color: #BFE585;
}
</style>
background-color css
<style>
a { background-color: #BFE585; }
a { background-color: rgb(191,229,133); }
div.DivClassName
{
background-color: #BFE585;
}
.BgClassName
{
background-color: #BFE585;
}
</style>
border-color css
<style>
span { border-color: #BFE585; }
span { border-color: rgb(191,229,133); }
td.TdClassName
{
border-color: #BFE585;
}
.TagClassName
{
border-color: #BFE585;
}
</style>