Shades of Sulu #BFE17B
Tints of Sulu #BFE17B
RGB
CMYK
RGB Variations
Color information
#BFE17B (or 0xBFE17B) is known color: Sulu. HEX triplet: BF, E1 and 7B. RGB value is (191,225,123). Sum of RGB (Red+Green+Blue) = 191+225+123=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 225 (88.28% from 255 or 41.74% from 539); Blue value is 123 (48.44% from 255 or 22.82% from 539); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE17B is #401E84. Grayscale: #CBCBCB. Windows color (decimal): -4202117 or 8118719. OLE color: 8118719.
HSL color Cylindrical-coordinate representation of color #BFE17B: hue angle of 80º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFE17B is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 123 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.12 |
| HSL | 80º | 0.63% | 0.68% | - |
| HSV(B) | 80º | 0.45% | 0.88% | - |
| XYZ | 51.99 | 66.36 | 28.81 | - |
| YUV | 203.21 | 82.74 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 123 | 0.15 | 0 | 0.45 | 0.12 | 80 | 0.63 | 0.68 |
| Hex | BF | E1 | 7B | F | 0 | 2D | C | 50 | 3F | 44 |
| Octal | 277 | 341 | 173 | 17 | 0 | 55 | 14 | 120 | 77 | 104 |
| Binary | 10111111 | 11100001 | 1111011 | 1111 | 0 | 101101 | 1100 | 1010000 | 111111 | 1000100 |
Color Harmonies of #BFE17B
Complementary color
Monochromatic Colors of #BFE17B
Black with #BFE17B
Text Example
Text Example
White with #BFE17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE17B; }
p { color: rgb(191,225,123); }
H1.HeaderClassName
{
color: #BFE17B;
}
.AnyTagClassName
{
color: #BFE17B;
}
</style>
background-color css
<style>
a { background-color: #BFE17B; }
a { background-color: rgb(191,225,123); }
div.DivClassName
{
background-color: #BFE17B;
}
.BgClassName
{
background-color: #BFE17B;
}
</style>
border-color css
<style>
span { border-color: #BFE17B; }
span { border-color: rgb(191,225,123); }
td.TdClassName
{
border-color: #BFE17B;
}
.TagClassName
{
border-color: #BFE17B;
}
</style>