Shades of Sulu #BFE777
Tints of Sulu #BFE777
RGB
CMYK
RGB Variations
Color information
#BFE777 (or 0xBFE777) is known color: Sulu. HEX triplet: BF, E7 and 77. RGB value is (191,231,119). Sum of RGB (Red+Green+Blue) = 191+231+119=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 231 (90.62% from 255 or 42.70% from 541); Blue value is 119 (46.88% from 255 or 22.00% from 541); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE777 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE777 is #401888. Grayscale: #CECECE. Windows color (decimal): -4200585 or 7858111. OLE color: 7858111.
HSL color Cylindrical-coordinate representation of color #BFE777: hue angle of 81.43º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFE777 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 231 | 119 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.09 |
| HSL | 81.43º | 0.7% | 0.69% | - |
| HSV(B) | 81.43º | 0.48% | 0.91% | - |
| XYZ | 53.39 | 69.56 | 28.07 | - |
| YUV | 206.27 | 78.75 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 119 | 0.17 | 0 | 0.48 | 0.09 | 81.43 | 0.7 | 0.69 |
| Hex | BF | E7 | 77 | 11 | 0 | 30 | 9 | 51 | 46 | 45 |
| Octal | 277 | 347 | 167 | 21 | 0 | 60 | 11 | 121 | 106 | 105 |
| Binary | 10111111 | 11100111 | 1110111 | 10001 | 0 | 110000 | 1001 | 1010001 | 1000110 | 1000101 |
Color Harmonies of #BFE777
Complementary color
Monochromatic Colors of #BFE777
Black with #BFE777
Text Example
Text Example
White with #BFE777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE777; }
p { color: rgb(191,231,119); }
H1.HeaderClassName
{
color: #BFE777;
}
.AnyTagClassName
{
color: #BFE777;
}
</style>
background-color css
<style>
a { background-color: #BFE777; }
a { background-color: rgb(191,231,119); }
div.DivClassName
{
background-color: #BFE777;
}
.BgClassName
{
background-color: #BFE777;
}
</style>
border-color css
<style>
span { border-color: #BFE777; }
span { border-color: rgb(191,231,119); }
td.TdClassName
{
border-color: #BFE777;
}
.TagClassName
{
border-color: #BFE777;
}
</style>