Shades of Sulu #BFE578
Tints of Sulu #BFE578
RGB
CMYK
RGB Variations
Color information
#BFE578 (or 0xBFE578) is known color: Sulu. HEX triplet: BF, E5 and 78. RGB value is (191,229,120). Sum of RGB (Red+Green+Blue) = 191+229+120=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 229 (89.84% from 255 or 42.41% from 540); Blue value is 120 (47.27% from 255 or 22.22% from 540); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE578 is #401A87. Grayscale: #CDCDCD. Windows color (decimal): -4201096 or 7923135. OLE color: 7923135.
HSL color Cylindrical-coordinate representation of color #BFE578: hue angle of 80.92º 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 #BFE578 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 120 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.10 |
| HSL | 80.92º | 0.68% | 0.68% | - |
| HSV(B) | 80.92º | 0.48% | 0.9% | - |
| XYZ | 52.9 | 68.47 | 28.2 | - |
| YUV | 205.21 | 79.91 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 120 | 0.17 | 0 | 0.48 | 0.10 | 80.92 | 0.68 | 0.68 |
| Hex | BF | E5 | 78 | 11 | 0 | 30 | A | 51 | 44 | 44 |
| Octal | 277 | 345 | 170 | 21 | 0 | 60 | 12 | 121 | 104 | 104 |
| Binary | 10111111 | 11100101 | 1111000 | 10001 | 0 | 110000 | 1010 | 1010001 | 1000100 | 1000100 |
Color Harmonies of #BFE578
Complementary color
Monochromatic Colors of #BFE578
Black with #BFE578
Text Example
Text Example
White with #BFE578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE578; }
p { color: rgb(191,229,120); }
H1.HeaderClassName
{
color: #BFE578;
}
.AnyTagClassName
{
color: #BFE578;
}
</style>
background-color css
<style>
a { background-color: #BFE578; }
a { background-color: rgb(191,229,120); }
div.DivClassName
{
background-color: #BFE578;
}
.BgClassName
{
background-color: #BFE578;
}
</style>
border-color css
<style>
span { border-color: #BFE578; }
span { border-color: rgb(191,229,120); }
td.TdClassName
{
border-color: #BFE578;
}
.TagClassName
{
border-color: #BFE578;
}
</style>