Shades of Sulu #BFEB7A
Tints of Sulu #BFEB7A
RGB
CMYK
RGB Variations
Color information
#BFEB7A (or 0xBFEB7A) is known color: Sulu. HEX triplet: BF, EB and 7A. RGB value is (191,235,122). Sum of RGB (Red+Green+Blue) = 191+235+122=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 235 (92.19% from 255 or 42.88% from 548); Blue value is 122 (48.05% from 255 or 22.26% from 548); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEB7A is #401485. Grayscale: #D1D1D1. Windows color (decimal): -4199558 or 8055743. OLE color: 8055743.
HSL color Cylindrical-coordinate representation of color #BFEB7A: hue angle of 83.36º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFEB7A is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 122 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.08 |
| HSL | 83.36º | 0.74% | 0.7% | - |
| HSV(B) | 83.36º | 0.48% | 0.92% | - |
| XYZ | 54.71 | 71.9 | 29.41 | - |
| YUV | 208.96 | 78.92 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 122 | 0.19 | 0 | 0.48 | 0.08 | 83.36 | 0.74 | 0.7 |
| Hex | BF | EB | 7A | 13 | 0 | 30 | 8 | 53 | 4A | 46 |
| Octal | 277 | 353 | 172 | 23 | 0 | 60 | 10 | 123 | 112 | 106 |
| Binary | 10111111 | 11101011 | 1111010 | 10011 | 0 | 110000 | 1000 | 1010011 | 1001010 | 1000110 |
Color Harmonies of #BFEB7A
Complementary color
Monochromatic Colors of #BFEB7A
Black with #BFEB7A
Text Example
Text Example
White with #BFEB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEB7A; }
p { color: rgb(191,235,122); }
H1.HeaderClassName
{
color: #BFEB7A;
}
.AnyTagClassName
{
color: #BFEB7A;
}
</style>
background-color css
<style>
a { background-color: #BFEB7A; }
a { background-color: rgb(191,235,122); }
div.DivClassName
{
background-color: #BFEB7A;
}
.BgClassName
{
background-color: #BFEB7A;
}
</style>
border-color css
<style>
span { border-color: #BFEB7A; }
span { border-color: rgb(191,235,122); }
td.TdClassName
{
border-color: #BFEB7A;
}
.TagClassName
{
border-color: #BFEB7A;
}
</style>