Shades of Sulu #BFFC7A
Tints of Sulu #BFFC7A
RGB
CMYK
RGB Variations
Color information
#BFFC7A (or 0xBFFC7A) is known color: Sulu. HEX triplet: BF, FC and 7A. RGB value is (191,252,122). Sum of RGB (Red+Green+Blue) = 191+252+122=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 122 (48.05% from 255 or 21.59% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFC7A is #400385. Grayscale: #DBDBDB. Windows color (decimal): -4195206 or 8060095. OLE color: 8060095.
HSL color Cylindrical-coordinate representation of color #BFFC7A: hue angle of 88.15º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFFC7A is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 122 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.01 |
| HSL | 88.15º | 0.96% | 0.73% | - |
| HSV(B) | 88.15º | 0.52% | 0.99% | - |
| XYZ | 59.81 | 82.1 | 31.11 | - |
| YUV | 218.94 | 73.29 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 122 | 0.24 | 0 | 0.52 | 0.01 | 88.15 | 0.96 | 0.73 |
| Hex | BF | FC | 7A | 18 | 0 | 34 | 1 | 58 | 60 | 49 |
| Octal | 277 | 374 | 172 | 30 | 0 | 64 | 1 | 130 | 140 | 111 |
| Binary | 10111111 | 11111100 | 1111010 | 11000 | 0 | 110100 | 1 | 1011000 | 1100000 | 1001001 |
Color Harmonies of #BFFC7A
Complementary color
Monochromatic Colors of #BFFC7A
Black with #BFFC7A
Text Example
Text Example
White with #BFFC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFC7A; }
p { color: rgb(191,252,122); }
H1.HeaderClassName
{
color: #BFFC7A;
}
.AnyTagClassName
{
color: #BFFC7A;
}
</style>
background-color css
<style>
a { background-color: #BFFC7A; }
a { background-color: rgb(191,252,122); }
div.DivClassName
{
background-color: #BFFC7A;
}
.BgClassName
{
background-color: #BFFC7A;
}
</style>
border-color css
<style>
span { border-color: #BFFC7A; }
span { border-color: rgb(191,252,122); }
td.TdClassName
{
border-color: #BFFC7A;
}
.TagClassName
{
border-color: #BFFC7A;
}
</style>