Shades of Sulu #BFE77B
Tints of Sulu #BFE77B
RGB
CMYK
RGB Variations
Color information
#BFE77B (or 0xBFE77B) is known color: Sulu. HEX triplet: BF, E7 and 7B. RGB value is (191,231,123). Sum of RGB (Red+Green+Blue) = 191+231+123=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 231 (90.62% from 255 or 42.39% from 545); Blue value is 123 (48.44% from 255 or 22.57% from 545); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE77B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE77B is #401884. Grayscale: #CFCFCF. Windows color (decimal): -4200581 or 8120255. OLE color: 8120255.
HSL color Cylindrical-coordinate representation of color #BFE77B: hue angle of 82.22º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFE77B is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 231 | 123 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.09 |
| HSL | 82.22º | 0.69% | 0.69% | - |
| HSV(B) | 82.22º | 0.47% | 0.91% | - |
| XYZ | 53.64 | 69.66 | 29.36 | - |
| YUV | 206.73 | 80.75 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 123 | 0.17 | 0 | 0.47 | 0.09 | 82.22 | 0.69 | 0.69 |
| Hex | BF | E7 | 7B | 11 | 0 | 2F | 9 | 52 | 45 | 45 |
| Octal | 277 | 347 | 173 | 21 | 0 | 57 | 11 | 122 | 105 | 105 |
| Binary | 10111111 | 11100111 | 1111011 | 10001 | 0 | 101111 | 1001 | 1010010 | 1000101 | 1000101 |
Color Harmonies of #BFE77B
Complementary color
Monochromatic Colors of #BFE77B
Black with #BFE77B
Text Example
Text Example
White with #BFE77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE77B; }
p { color: rgb(191,231,123); }
H1.HeaderClassName
{
color: #BFE77B;
}
.AnyTagClassName
{
color: #BFE77B;
}
</style>
background-color css
<style>
a { background-color: #BFE77B; }
a { background-color: rgb(191,231,123); }
div.DivClassName
{
background-color: #BFE77B;
}
.BgClassName
{
background-color: #BFE77B;
}
</style>
border-color css
<style>
span { border-color: #BFE77B; }
span { border-color: rgb(191,231,123); }
td.TdClassName
{
border-color: #BFE77B;
}
.TagClassName
{
border-color: #BFE77B;
}
</style>