Shades of Sulu #BFEE8D
Tints of Sulu #BFEE8D
RGB
CMYK
RGB Variations
Color information
#BFEE8D (or 0xBFEE8D) is known color: Sulu. HEX triplet: BF, EE and 8D. RGB value is (191,238,141). Sum of RGB (Red+Green+Blue) = 191+238+141=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 238 (93.36% from 255 or 41.75% from 570); Blue value is 141 (55.47% from 255 or 24.74% from 570); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEE8D is #401172. Grayscale: #D5D5D5. Windows color (decimal): -4198771 or 9301695. OLE color: 9301695.
HSL color Cylindrical-coordinate representation of color #BFEE8D: hue angle of 89.07º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFEE8D is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 141 | - |
| CMYK | 0.20 | 0 | 0.41 | 0.07 |
| HSL | 89.07º | 0.74% | 0.74% | - |
| HSV(B) | 89.07º | 0.41% | 0.93% | - |
| XYZ | 56.87 | 74.15 | 36.51 | - |
| YUV | 212.89 | 87.43 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 141 | 0.20 | 0 | 0.41 | 0.07 | 89.07 | 0.74 | 0.74 |
| Hex | BF | EE | 8D | 14 | 0 | 29 | 7 | 59 | 4A | 4A |
| Octal | 277 | 356 | 215 | 24 | 0 | 51 | 7 | 131 | 112 | 112 |
| Binary | 10111111 | 11101110 | 10001101 | 10100 | 0 | 101001 | 111 | 1011001 | 1001010 | 1001010 |
Color Harmonies of #BFEE8D
Complementary color
Monochromatic Colors of #BFEE8D
Black with #BFEE8D
Text Example
Text Example
White with #BFEE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEE8D; }
p { color: rgb(191,238,141); }
H1.HeaderClassName
{
color: #BFEE8D;
}
.AnyTagClassName
{
color: #BFEE8D;
}
</style>
background-color css
<style>
a { background-color: #BFEE8D; }
a { background-color: rgb(191,238,141); }
div.DivClassName
{
background-color: #BFEE8D;
}
.BgClassName
{
background-color: #BFEE8D;
}
</style>
border-color css
<style>
span { border-color: #BFEE8D; }
span { border-color: rgb(191,238,141); }
td.TdClassName
{
border-color: #BFEE8D;
}
.TagClassName
{
border-color: #BFEE8D;
}
</style>