Shades of Sulu #BFE171
Tints of Sulu #BFE171
RGB
CMYK
RGB Variations
Color information
#BFE171 (or 0xBFE171) is known color: Sulu. HEX triplet: BF, E1 and 71. RGB value is (191,225,113). Sum of RGB (Red+Green+Blue) = 191+225+113=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 113 (44.53% from 255 or 21.36% from 529); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE171 is #401E8E. Grayscale: #CACACA. Windows color (decimal): -4202127 or 7463359. OLE color: 7463359.
HSL color Cylindrical-coordinate representation of color #BFE171: hue angle of 78.21º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFE171 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 113 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.12 |
| HSL | 78.21º | 0.65% | 0.66% | - |
| HSV(B) | 78.21º | 0.5% | 0.88% | - |
| XYZ | 51.39 | 66.12 | 25.68 | - |
| YUV | 202.07 | 77.74 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 113 | 0.15 | 0 | 0.50 | 0.12 | 78.21 | 0.65 | 0.66 |
| Hex | BF | E1 | 71 | F | 0 | 32 | C | 4E | 41 | 42 |
| Octal | 277 | 341 | 161 | 17 | 0 | 62 | 14 | 116 | 101 | 102 |
| Binary | 10111111 | 11100001 | 1110001 | 1111 | 0 | 110010 | 1100 | 1001110 | 1000001 | 1000010 |
Color Harmonies of #BFE171
Complementary color
Monochromatic Colors of #BFE171
Black with #BFE171
Text Example
Text Example
White with #BFE171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE171; }
p { color: rgb(191,225,113); }
H1.HeaderClassName
{
color: #BFE171;
}
.AnyTagClassName
{
color: #BFE171;
}
</style>
background-color css
<style>
a { background-color: #BFE171; }
a { background-color: rgb(191,225,113); }
div.DivClassName
{
background-color: #BFE171;
}
.BgClassName
{
background-color: #BFE171;
}
</style>
border-color css
<style>
span { border-color: #BFE171; }
span { border-color: rgb(191,225,113); }
td.TdClassName
{
border-color: #BFE171;
}
.TagClassName
{
border-color: #BFE171;
}
</style>