Shades of Sulu #BFE178
Tints of Sulu #BFE178
RGB
CMYK
RGB Variations
Color information
#BFE178 (or 0xBFE178) is known color: Sulu. HEX triplet: BF, E1 and 78. RGB value is (191,225,120). Sum of RGB (Red+Green+Blue) = 191+225+120=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 225 (88.28% from 255 or 41.98% from 536); Blue value is 120 (47.27% from 255 or 22.39% from 536); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE178 is #401E87. Grayscale: #CBCBCB. Windows color (decimal): -4202120 or 7922111. OLE color: 7922111.
HSL color Cylindrical-coordinate representation of color #BFE178: hue angle of 79.43º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFE178 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 120 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.12 |
| HSL | 79.43º | 0.64% | 0.68% | - |
| HSV(B) | 79.43º | 0.47% | 0.88% | - |
| XYZ | 51.8 | 66.28 | 27.83 | - |
| YUV | 202.86 | 81.24 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 120 | 0.15 | 0 | 0.47 | 0.12 | 79.43 | 0.64 | 0.68 |
| Hex | BF | E1 | 78 | F | 0 | 2F | C | 4F | 40 | 44 |
| Octal | 277 | 341 | 170 | 17 | 0 | 57 | 14 | 117 | 100 | 104 |
| Binary | 10111111 | 11100001 | 1111000 | 1111 | 0 | 101111 | 1100 | 1001111 | 1000000 | 1000100 |
Color Harmonies of #BFE178
Complementary color
Monochromatic Colors of #BFE178
Black with #BFE178
Text Example
Text Example
White with #BFE178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE178; }
p { color: rgb(191,225,120); }
H1.HeaderClassName
{
color: #BFE178;
}
.AnyTagClassName
{
color: #BFE178;
}
</style>
background-color css
<style>
a { background-color: #BFE178; }
a { background-color: rgb(191,225,120); }
div.DivClassName
{
background-color: #BFE178;
}
.BgClassName
{
background-color: #BFE178;
}
</style>
border-color css
<style>
span { border-color: #BFE178; }
span { border-color: rgb(191,225,120); }
td.TdClassName
{
border-color: #BFE178;
}
.TagClassName
{
border-color: #BFE178;
}
</style>