Shades of Sulu #BFE084
Tints of Sulu #BFE084
RGB
CMYK
RGB Variations
Color information
#BFE084 (or 0xBFE084) is known color: Sulu. HEX triplet: BF, E0 and 84. RGB value is (191,224,132). Sum of RGB (Red+Green+Blue) = 191+224+132=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 224 (87.89% from 255 or 40.95% from 547); Blue value is 132 (51.95% from 255 or 24.13% from 547); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE084 is #401F7B. Grayscale: #CBCBCB. Windows color (decimal): -4202364 or 8708287. OLE color: 8708287.
HSL color Cylindrical-coordinate representation of color #BFE084: hue angle of 81.52º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFE084 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 132 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.12 |
| HSL | 81.52º | 0.6% | 0.7% | - |
| HSV(B) | 81.52º | 0.41% | 0.88% | - |
| XYZ | 52.31 | 66.05 | 31.82 | - |
| YUV | 203.65 | 87.57 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 132 | 0.15 | 0 | 0.41 | 0.12 | 81.52 | 0.6 | 0.7 |
| Hex | BF | E0 | 84 | F | 0 | 29 | C | 52 | 3C | 46 |
| Octal | 277 | 340 | 204 | 17 | 0 | 51 | 14 | 122 | 74 | 106 |
| Binary | 10111111 | 11100000 | 10000100 | 1111 | 0 | 101001 | 1100 | 1010010 | 111100 | 1000110 |
Color Harmonies of #BFE084
Complementary color
Monochromatic Colors of #BFE084
Black with #BFE084
Text Example
Text Example
White with #BFE084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE084; }
p { color: rgb(191,224,132); }
H1.HeaderClassName
{
color: #BFE084;
}
.AnyTagClassName
{
color: #BFE084;
}
</style>
background-color css
<style>
a { background-color: #BFE084; }
a { background-color: rgb(191,224,132); }
div.DivClassName
{
background-color: #BFE084;
}
.BgClassName
{
background-color: #BFE084;
}
</style>
border-color css
<style>
span { border-color: #BFE084; }
span { border-color: rgb(191,224,132); }
td.TdClassName
{
border-color: #BFE084;
}
.TagClassName
{
border-color: #BFE084;
}
</style>