Shades of Sulu #BFEA8B
Tints of Sulu #BFEA8B
RGB
CMYK
RGB Variations
Color information
#BFEA8B (or 0xBFEA8B) is known color: Sulu. HEX triplet: BF, EA and 8B. RGB value is (191,234,139). Sum of RGB (Red+Green+Blue) = 191+234+139=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 234 (91.80% from 255 or 41.49% from 564); Blue value is 139 (54.69% from 255 or 24.65% from 564); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEA8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEA8B is #401574. Grayscale: #D2D2D2. Windows color (decimal): -4199797 or 9169599. OLE color: 9169599.
HSL color Cylindrical-coordinate representation of color #BFEA8B: hue angle of 87.16º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFEA8B is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 234 | 139 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.08 |
| HSL | 87.16º | 0.69% | 0.73% | - |
| HSV(B) | 87.16º | 0.41% | 0.92% | - |
| XYZ | 55.57 | 71.79 | 35.35 | - |
| YUV | 210.31 | 87.75 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 234 | 139 | 0.18 | 0 | 0.41 | 0.08 | 87.16 | 0.69 | 0.73 |
| Hex | BF | EA | 8B | 12 | 0 | 29 | 8 | 57 | 45 | 49 |
| Octal | 277 | 352 | 213 | 22 | 0 | 51 | 10 | 127 | 105 | 111 |
| Binary | 10111111 | 11101010 | 10001011 | 10010 | 0 | 101001 | 1000 | 1010111 | 1000101 | 1001001 |
Color Harmonies of #BFEA8B
Complementary color
Monochromatic Colors of #BFEA8B
Black with #BFEA8B
Text Example
Text Example
White with #BFEA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEA8B; }
p { color: rgb(191,234,139); }
H1.HeaderClassName
{
color: #BFEA8B;
}
.AnyTagClassName
{
color: #BFEA8B;
}
</style>
background-color css
<style>
a { background-color: #BFEA8B; }
a { background-color: rgb(191,234,139); }
div.DivClassName
{
background-color: #BFEA8B;
}
.BgClassName
{
background-color: #BFEA8B;
}
</style>
border-color css
<style>
span { border-color: #BFEA8B; }
span { border-color: rgb(191,234,139); }
td.TdClassName
{
border-color: #BFEA8B;
}
.TagClassName
{
border-color: #BFEA8B;
}
</style>