Shades of Sulu #BFFA7C
Tints of Sulu #BFFA7C
RGB
CMYK
RGB Variations
Color information
#BFFA7C (or 0xBFFA7C) is known color: Sulu. HEX triplet: BF, FA and 7C. RGB value is (191,250,124). Sum of RGB (Red+Green+Blue) = 191+250+124=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 124 (48.83% from 255 or 21.95% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFA7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFA7C is #400583. Grayscale: #DADADA. Windows color (decimal): -4195716 or 8190655. OLE color: 8190655.
HSL color Cylindrical-coordinate representation of color #BFFA7C: hue angle of 88.1º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFFA7C is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 250 | 124 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.02 |
| HSL | 88.1º | 0.93% | 0.73% | - |
| HSV(B) | 88.1º | 0.5% | 0.98% | - |
| XYZ | 59.31 | 80.9 | 31.56 | - |
| YUV | 218 | 74.95 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 250 | 124 | 0.24 | 0 | 0.50 | 0.02 | 88.1 | 0.93 | 0.73 |
| Hex | BF | FA | 7C | 18 | 0 | 32 | 2 | 58 | 5D | 49 |
| Octal | 277 | 372 | 174 | 30 | 0 | 62 | 2 | 130 | 135 | 111 |
| Binary | 10111111 | 11111010 | 1111100 | 11000 | 0 | 110010 | 10 | 1011000 | 1011101 | 1001001 |
Color Harmonies of #BFFA7C
Complementary color
Monochromatic Colors of #BFFA7C
Black with #BFFA7C
Text Example
Text Example
White with #BFFA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFA7C; }
p { color: rgb(191,250,124); }
H1.HeaderClassName
{
color: #BFFA7C;
}
.AnyTagClassName
{
color: #BFFA7C;
}
</style>
background-color css
<style>
a { background-color: #BFFA7C; }
a { background-color: rgb(191,250,124); }
div.DivClassName
{
background-color: #BFFA7C;
}
.BgClassName
{
background-color: #BFFA7C;
}
</style>
border-color css
<style>
span { border-color: #BFFA7C; }
span { border-color: rgb(191,250,124); }
td.TdClassName
{
border-color: #BFFA7C;
}
.TagClassName
{
border-color: #BFFA7C;
}
</style>