Shades of Sulu #BFE284
Tints of Sulu #BFE284
RGB
CMYK
RGB Variations
Color information
#BFE284 (or 0xBFE284) is known color: Sulu. HEX triplet: BF, E2 and 84. RGB value is (191,226,132). Sum of RGB (Red+Green+Blue) = 191+226+132=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 226 (88.67% from 255 or 41.17% from 549); Blue value is 132 (51.95% from 255 or 24.04% from 549); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE284 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE284 is #401D7B. Grayscale: #CDCDCD. Windows color (decimal): -4201852 or 8708799. OLE color: 8708799.
HSL color Cylindrical-coordinate representation of color #BFE284: hue angle of 82.34º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFE284 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 132 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.11 |
| HSL | 82.34º | 0.62% | 0.7% | - |
| HSV(B) | 82.34º | 0.42% | 0.89% | - |
| XYZ | 52.85 | 67.14 | 32 | - |
| YUV | 204.82 | 86.9 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 132 | 0.15 | 0 | 0.42 | 0.11 | 82.34 | 0.62 | 0.7 |
| Hex | BF | E2 | 84 | F | 0 | 2A | B | 52 | 3E | 46 |
| Octal | 277 | 342 | 204 | 17 | 0 | 52 | 13 | 122 | 76 | 106 |
| Binary | 10111111 | 11100010 | 10000100 | 1111 | 0 | 101010 | 1011 | 1010010 | 111110 | 1000110 |
Color Harmonies of #BFE284
Complementary color
Monochromatic Colors of #BFE284
Black with #BFE284
Text Example
Text Example
White with #BFE284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE284; }
p { color: rgb(191,226,132); }
H1.HeaderClassName
{
color: #BFE284;
}
.AnyTagClassName
{
color: #BFE284;
}
</style>
background-color css
<style>
a { background-color: #BFE284; }
a { background-color: rgb(191,226,132); }
div.DivClassName
{
background-color: #BFE284;
}
.BgClassName
{
background-color: #BFE284;
}
</style>
border-color css
<style>
span { border-color: #BFE284; }
span { border-color: rgb(191,226,132); }
td.TdClassName
{
border-color: #BFE284;
}
.TagClassName
{
border-color: #BFE284;
}
</style>