Shades of Sulu #BFFC7C
Tints of Sulu #BFFC7C
RGB
CMYK
RGB Variations
Color information
#BFFC7C (or 0xBFFC7C) is known color: Sulu. HEX triplet: BF, FC and 7C. RGB value is (191,252,124). Sum of RGB (Red+Green+Blue) = 191+252+124=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 124 (48.83% from 255 or 21.87% from 567); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFC7C is #400383. Grayscale: #DBDBDB. Windows color (decimal): -4195204 or 8191167. OLE color: 8191167.
HSL color Cylindrical-coordinate representation of color #BFFC7C: hue angle of 88.59º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFFC7C is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 124 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.01 |
| HSL | 88.59º | 0.96% | 0.74% | - |
| HSV(B) | 88.59º | 0.51% | 0.99% | - |
| XYZ | 59.93 | 82.15 | 31.77 | - |
| YUV | 219.17 | 74.29 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 124 | 0.24 | 0 | 0.51 | 0.01 | 88.59 | 0.96 | 0.74 |
| Hex | BF | FC | 7C | 18 | 0 | 33 | 1 | 59 | 60 | 4A |
| Octal | 277 | 374 | 174 | 30 | 0 | 63 | 1 | 131 | 140 | 112 |
| Binary | 10111111 | 11111100 | 1111100 | 11000 | 0 | 110011 | 1 | 1011001 | 1100000 | 1001010 |
Color Harmonies of #BFFC7C
Complementary color
Monochromatic Colors of #BFFC7C
Black with #BFFC7C
Text Example
Text Example
White with #BFFC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFC7C; }
p { color: rgb(191,252,124); }
H1.HeaderClassName
{
color: #BFFC7C;
}
.AnyTagClassName
{
color: #BFFC7C;
}
</style>
background-color css
<style>
a { background-color: #BFFC7C; }
a { background-color: rgb(191,252,124); }
div.DivClassName
{
background-color: #BFFC7C;
}
.BgClassName
{
background-color: #BFFC7C;
}
</style>
border-color css
<style>
span { border-color: #BFFC7C; }
span { border-color: rgb(191,252,124); }
td.TdClassName
{
border-color: #BFFC7C;
}
.TagClassName
{
border-color: #BFFC7C;
}
</style>