Shades of Sulu #BFE080
Tints of Sulu #BFE080
RGB
CMYK
RGB Variations
Color information
#BFE080 (or 0xBFE080) is known color: Sulu. HEX triplet: BF, E0 and 80. RGB value is (191,224,128). Sum of RGB (Red+Green+Blue) = 191+224+128=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE080 is #401F7F. Grayscale: #CBCBCB. Windows color (decimal): -4202368 or 8446143. OLE color: 8446143.
HSL color Cylindrical-coordinate representation of color #BFE080: hue angle of 80.62º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFE080 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 128 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.12 |
| HSL | 80.63º | 0.61% | 0.69% | - |
| HSV(B) | 80.63º | 0.43% | 0.88% | - |
| XYZ | 52.04 | 65.95 | 30.41 | - |
| YUV | 203.19 | 85.57 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 128 | 0.15 | 0 | 0.43 | 0.12 | 80.63 | 0.61 | 0.69 |
| Hex | BF | E0 | 80 | F | 0 | 2B | C | 51 | 3D | 45 |
| Octal | 277 | 340 | 200 | 17 | 0 | 53 | 14 | 121 | 75 | 105 |
| Binary | 10111111 | 11100000 | 10000000 | 1111 | 0 | 101011 | 1100 | 1010001 | 111101 | 1000101 |
Color Harmonies of #BFE080
Complementary color
Monochromatic Colors of #BFE080
Black with #BFE080
Text Example
Text Example
White with #BFE080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE080; }
p { color: rgb(191,224,128); }
H1.HeaderClassName
{
color: #BFE080;
}
.AnyTagClassName
{
color: #BFE080;
}
</style>
background-color css
<style>
a { background-color: #BFE080; }
a { background-color: rgb(191,224,128); }
div.DivClassName
{
background-color: #BFE080;
}
.BgClassName
{
background-color: #BFE080;
}
</style>
border-color css
<style>
span { border-color: #BFE080; }
span { border-color: rgb(191,224,128); }
td.TdClassName
{
border-color: #BFE080;
}
.TagClassName
{
border-color: #BFE080;
}
</style>