Shades of Sulu #BFEC7A
Tints of Sulu #BFEC7A
RGB
CMYK
RGB Variations
Color information
#BFEC7A (or 0xBFEC7A) is known color: Sulu. HEX triplet: BF, EC and 7A. RGB value is (191,236,122). Sum of RGB (Red+Green+Blue) = 191+236+122=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 122 (48.05% from 255 or 22.22% from 549); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEC7A is #401385. Grayscale: #D1D1D1. Windows color (decimal): -4199302 or 8055999. OLE color: 8055999.
HSL color Cylindrical-coordinate representation of color #BFEC7A: hue angle of 83.68º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFEC7A is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 122 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.07 |
| HSL | 83.68º | 0.75% | 0.7% | - |
| HSV(B) | 83.68º | 0.48% | 0.93% | - |
| XYZ | 54.99 | 72.47 | 29.5 | - |
| YUV | 209.55 | 78.59 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 122 | 0.19 | 0 | 0.48 | 0.07 | 83.68 | 0.75 | 0.7 |
| Hex | BF | EC | 7A | 13 | 0 | 30 | 7 | 54 | 4B | 46 |
| Octal | 277 | 354 | 172 | 23 | 0 | 60 | 7 | 124 | 113 | 106 |
| Binary | 10111111 | 11101100 | 1111010 | 10011 | 0 | 110000 | 111 | 1010100 | 1001011 | 1000110 |
Color Harmonies of #BFEC7A
Complementary color
Monochromatic Colors of #BFEC7A
Black with #BFEC7A
Text Example
Text Example
White with #BFEC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC7A; }
p { color: rgb(191,236,122); }
H1.HeaderClassName
{
color: #BFEC7A;
}
.AnyTagClassName
{
color: #BFEC7A;
}
</style>
background-color css
<style>
a { background-color: #BFEC7A; }
a { background-color: rgb(191,236,122); }
div.DivClassName
{
background-color: #BFEC7A;
}
.BgClassName
{
background-color: #BFEC7A;
}
</style>
border-color css
<style>
span { border-color: #BFEC7A; }
span { border-color: rgb(191,236,122); }
td.TdClassName
{
border-color: #BFEC7A;
}
.TagClassName
{
border-color: #BFEC7A;
}
</style>