Shades of Sulu #BFE28F
Tints of Sulu #BFE28F
RGB
CMYK
RGB Variations
Color information
#BFE28F (or 0xBFE28F) is known color: Sulu. HEX triplet: BF, E2 and 8F. RGB value is (191,226,143). Sum of RGB (Red+Green+Blue) = 191+226+143=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 226 (88.67% from 255 or 40.36% from 560); Blue value is 143 (56.25% from 255 or 25.54% from 560); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE28F is #401D70. Grayscale: #CECECE. Windows color (decimal): -4201841 or 9429695. OLE color: 9429695.
HSL color Cylindrical-coordinate representation of color #BFE28F: hue angle of 85.3º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFE28F is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 143 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.11 |
| HSL | 85.3º | 0.59% | 0.72% | - |
| HSV(B) | 85.3º | 0.37% | 0.89% | - |
| XYZ | 53.64 | 67.45 | 36.18 | - |
| YUV | 206.07 | 92.4 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 143 | 0.15 | 0 | 0.37 | 0.11 | 85.3 | 0.59 | 0.72 |
| Hex | BF | E2 | 8F | F | 0 | 25 | B | 55 | 3B | 48 |
| Octal | 277 | 342 | 217 | 17 | 0 | 45 | 13 | 125 | 73 | 110 |
| Binary | 10111111 | 11100010 | 10001111 | 1111 | 0 | 100101 | 1011 | 1010101 | 111011 | 1001000 |
Color Harmonies of #BFE28F
Complementary color
Monochromatic Colors of #BFE28F
Black with #BFE28F
Text Example
Text Example
White with #BFE28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE28F; }
p { color: rgb(191,226,143); }
H1.HeaderClassName
{
color: #BFE28F;
}
.AnyTagClassName
{
color: #BFE28F;
}
</style>
background-color css
<style>
a { background-color: #BFE28F; }
a { background-color: rgb(191,226,143); }
div.DivClassName
{
background-color: #BFE28F;
}
.BgClassName
{
background-color: #BFE28F;
}
</style>
border-color css
<style>
span { border-color: #BFE28F; }
span { border-color: rgb(191,226,143); }
td.TdClassName
{
border-color: #BFE28F;
}
.TagClassName
{
border-color: #BFE28F;
}
</style>