Shades of Sulu #BFE28D
Tints of Sulu #BFE28D
RGB
CMYK
RGB Variations
Color information
#BFE28D (or 0xBFE28D) is known color: Sulu. HEX triplet: BF, E2 and 8D. RGB value is (191,226,141). Sum of RGB (Red+Green+Blue) = 191+226+141=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 226 (88.67% from 255 or 40.50% from 558); Blue value is 141 (55.47% from 255 or 25.27% from 558); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE28D is #401D72. Grayscale: #CECECE. Windows color (decimal): -4201843 or 9298623. OLE color: 9298623.
HSL color Cylindrical-coordinate representation of color #BFE28D: hue angle of 84.71º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFE28D is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 141 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.11 |
| HSL | 84.71º | 0.59% | 0.72% | - |
| HSV(B) | 84.71º | 0.38% | 0.89% | - |
| XYZ | 53.49 | 67.39 | 35.39 | - |
| YUV | 205.85 | 91.4 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 141 | 0.15 | 0 | 0.38 | 0.11 | 84.71 | 0.59 | 0.72 |
| Hex | BF | E2 | 8D | F | 0 | 26 | B | 55 | 3B | 48 |
| Octal | 277 | 342 | 215 | 17 | 0 | 46 | 13 | 125 | 73 | 110 |
| Binary | 10111111 | 11100010 | 10001101 | 1111 | 0 | 100110 | 1011 | 1010101 | 111011 | 1001000 |
Color Harmonies of #BFE28D
Complementary color
Monochromatic Colors of #BFE28D
Black with #BFE28D
Text Example
Text Example
White with #BFE28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE28D; }
p { color: rgb(191,226,141); }
H1.HeaderClassName
{
color: #BFE28D;
}
.AnyTagClassName
{
color: #BFE28D;
}
</style>
background-color css
<style>
a { background-color: #BFE28D; }
a { background-color: rgb(191,226,141); }
div.DivClassName
{
background-color: #BFE28D;
}
.BgClassName
{
background-color: #BFE28D;
}
</style>
border-color css
<style>
span { border-color: #BFE28D; }
span { border-color: rgb(191,226,141); }
td.TdClassName
{
border-color: #BFE28D;
}
.TagClassName
{
border-color: #BFE28D;
}
</style>