Shades of Sulu #BFE280
Tints of Sulu #BFE280
RGB
CMYK
RGB Variations
Color information
#BFE280 (or 0xBFE280) is known color: Sulu. HEX triplet: BF, E2 and 80. RGB value is (191,226,128). Sum of RGB (Red+Green+Blue) = 191+226+128=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 226 (88.67% from 255 or 41.47% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE280 is #401D7F. Grayscale: #CCCCCC. Windows color (decimal): -4201856 or 8446655. OLE color: 8446655.
HSL color Cylindrical-coordinate representation of color #BFE280: hue angle of 81.43º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFE280 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 128 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.11 |
| HSL | 81.43º | 0.63% | 0.69% | - |
| HSV(B) | 81.43º | 0.43% | 0.89% | - |
| XYZ | 52.58 | 67.03 | 30.59 | - |
| YUV | 204.36 | 84.9 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 128 | 0.15 | 0 | 0.43 | 0.11 | 81.43 | 0.63 | 0.69 |
| Hex | BF | E2 | 80 | F | 0 | 2B | B | 51 | 3F | 45 |
| Octal | 277 | 342 | 200 | 17 | 0 | 53 | 13 | 121 | 77 | 105 |
| Binary | 10111111 | 11100010 | 10000000 | 1111 | 0 | 101011 | 1011 | 1010001 | 111111 | 1000101 |
Color Harmonies of #BFE280
Complementary color
Monochromatic Colors of #BFE280
Black with #BFE280
Text Example
Text Example
White with #BFE280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE280; }
p { color: rgb(191,226,128); }
H1.HeaderClassName
{
color: #BFE280;
}
.AnyTagClassName
{
color: #BFE280;
}
</style>
background-color css
<style>
a { background-color: #BFE280; }
a { background-color: rgb(191,226,128); }
div.DivClassName
{
background-color: #BFE280;
}
.BgClassName
{
background-color: #BFE280;
}
</style>
border-color css
<style>
span { border-color: #BFE280; }
span { border-color: rgb(191,226,128); }
td.TdClassName
{
border-color: #BFE280;
}
.TagClassName
{
border-color: #BFE280;
}
</style>