Shades of Sulu #BFE279
Tints of Sulu #BFE279
RGB
CMYK
RGB Variations
Color information
#BFE279 (or 0xBFE279) is known color: Sulu. HEX triplet: BF, E2 and 79. RGB value is (191,226,121). Sum of RGB (Red+Green+Blue) = 191+226+121=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 226 (88.67% from 255 or 42.01% from 538); Blue value is 121 (47.66% from 255 or 22.49% from 538); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE279 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE279 is #401D86. Grayscale: #CBCBCB. Windows color (decimal): -4201863 or 7987903. OLE color: 7987903.
HSL color Cylindrical-coordinate representation of color #BFE279: hue angle of 80º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFE279 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 121 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.11 |
| HSL | 80º | 0.64% | 0.68% | - |
| HSV(B) | 80º | 0.46% | 0.89% | - |
| XYZ | 52.13 | 66.85 | 28.24 | - |
| YUV | 203.57 | 81.4 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 121 | 0.15 | 0 | 0.46 | 0.11 | 80 | 0.64 | 0.68 |
| Hex | BF | E2 | 79 | F | 0 | 2E | B | 50 | 40 | 44 |
| Octal | 277 | 342 | 171 | 17 | 0 | 56 | 13 | 120 | 100 | 104 |
| Binary | 10111111 | 11100010 | 1111001 | 1111 | 0 | 101110 | 1011 | 1010000 | 1000000 | 1000100 |
Color Harmonies of #BFE279
Complementary color
Monochromatic Colors of #BFE279
Black with #BFE279
Text Example
Text Example
White with #BFE279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE279; }
p { color: rgb(191,226,121); }
H1.HeaderClassName
{
color: #BFE279;
}
.AnyTagClassName
{
color: #BFE279;
}
</style>
background-color css
<style>
a { background-color: #BFE279; }
a { background-color: rgb(191,226,121); }
div.DivClassName
{
background-color: #BFE279;
}
.BgClassName
{
background-color: #BFE279;
}
</style>
border-color css
<style>
span { border-color: #BFE279; }
span { border-color: rgb(191,226,121); }
td.TdClassName
{
border-color: #BFE279;
}
.TagClassName
{
border-color: #BFE279;
}
</style>