Shades of Sulu #BFE577
Tints of Sulu #BFE577
RGB
CMYK
RGB Variations
Color information
#BFE577 (or 0xBFE577) is known color: Sulu. HEX triplet: BF, E5 and 77. RGB value is (191,229,119). Sum of RGB (Red+Green+Blue) = 191+229+119=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 229 (89.84% from 255 or 42.49% from 539); Blue value is 119 (46.88% from 255 or 22.08% from 539); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE577 is #401A88. Grayscale: #CDCDCD. Windows color (decimal): -4201097 or 7857599. OLE color: 7857599.
HSL color Cylindrical-coordinate representation of color #BFE577: hue angle of 80.73º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFE577 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 119 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.10 |
| HSL | 80.73º | 0.68% | 0.68% | - |
| HSV(B) | 80.73º | 0.48% | 0.9% | - |
| XYZ | 52.83 | 68.45 | 27.88 | - |
| YUV | 205.1 | 79.41 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 119 | 0.17 | 0 | 0.48 | 0.10 | 80.73 | 0.68 | 0.68 |
| Hex | BF | E5 | 77 | 11 | 0 | 30 | A | 51 | 44 | 44 |
| Octal | 277 | 345 | 167 | 21 | 0 | 60 | 12 | 121 | 104 | 104 |
| Binary | 10111111 | 11100101 | 1110111 | 10001 | 0 | 110000 | 1010 | 1010001 | 1000100 | 1000100 |
Color Harmonies of #BFE577
Complementary color
Monochromatic Colors of #BFE577
Black with #BFE577
Text Example
Text Example
White with #BFE577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE577; }
p { color: rgb(191,229,119); }
H1.HeaderClassName
{
color: #BFE577;
}
.AnyTagClassName
{
color: #BFE577;
}
</style>
background-color css
<style>
a { background-color: #BFE577; }
a { background-color: rgb(191,229,119); }
div.DivClassName
{
background-color: #BFE577;
}
.BgClassName
{
background-color: #BFE577;
}
</style>
border-color css
<style>
span { border-color: #BFE577; }
span { border-color: rgb(191,229,119); }
td.TdClassName
{
border-color: #BFE577;
}
.TagClassName
{
border-color: #BFE577;
}
</style>