Shades of Sulu #BFDE80
Tints of Sulu #BFDE80
RGB
CMYK
RGB Variations
Color information
#BFDE80 (or 0xBFDE80) is known color: Sulu. HEX triplet: BF, DE and 80. RGB value is (191,222,128). Sum of RGB (Red+Green+Blue) = 191+222+128=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 128 (50.39% from 255 or 23.66% from 541); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDE80 is #40217F. Grayscale: #CACACA. Windows color (decimal): -4202880 or 8445631. OLE color: 8445631.
HSL color Cylindrical-coordinate representation of color #BFDE80: hue angle of 79.79º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFDE80 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 222 | 128 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.13 |
| HSL | 79.79º | 0.59% | 0.69% | - |
| HSV(B) | 79.79º | 0.42% | 0.87% | - |
| XYZ | 51.5 | 64.88 | 30.23 | - |
| YUV | 202.02 | 86.23 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 222 | 128 | 0.14 | 0 | 0.42 | 0.13 | 79.79 | 0.59 | 0.69 |
| Hex | BF | DE | 80 | E | 0 | 2A | D | 50 | 3B | 45 |
| Octal | 277 | 336 | 200 | 16 | 0 | 52 | 15 | 120 | 73 | 105 |
| Binary | 10111111 | 11011110 | 10000000 | 1110 | 0 | 101010 | 1101 | 1010000 | 111011 | 1000101 |
Color Harmonies of #BFDE80
Complementary color
Monochromatic Colors of #BFDE80
Black with #BFDE80
Text Example
Text Example
White with #BFDE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDE80; }
p { color: rgb(191,222,128); }
H1.HeaderClassName
{
color: #BFDE80;
}
.AnyTagClassName
{
color: #BFDE80;
}
</style>
background-color css
<style>
a { background-color: #BFDE80; }
a { background-color: rgb(191,222,128); }
div.DivClassName
{
background-color: #BFDE80;
}
.BgClassName
{
background-color: #BFDE80;
}
</style>
border-color css
<style>
span { border-color: #BFDE80; }
span { border-color: rgb(191,222,128); }
td.TdClassName
{
border-color: #BFDE80;
}
.TagClassName
{
border-color: #BFDE80;
}
</style>