Shades of Sulu #BFFC7B
Tints of Sulu #BFFC7B
RGB
CMYK
RGB Variations
Color information
#BFFC7B (or 0xBFFC7B) is known color: Sulu. HEX triplet: BF, FC and 7B. RGB value is (191,252,123). Sum of RGB (Red+Green+Blue) = 191+252+123=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 123 (48.44% from 255 or 21.73% from 566); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFC7B is #400384. Grayscale: #DBDBDB. Windows color (decimal): -4195205 or 8125631. OLE color: 8125631.
HSL color Cylindrical-coordinate representation of color #BFFC7B: hue angle of 88.37º 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 #BFFC7B is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 123 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.01 |
| HSL | 88.37º | 0.96% | 0.74% | - |
| HSV(B) | 88.37º | 0.51% | 0.99% | - |
| XYZ | 59.87 | 82.13 | 31.44 | - |
| YUV | 219.06 | 73.79 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 123 | 0.24 | 0 | 0.51 | 0.01 | 88.37 | 0.96 | 0.74 |
| Hex | BF | FC | 7B | 18 | 0 | 33 | 1 | 58 | 60 | 4A |
| Octal | 277 | 374 | 173 | 30 | 0 | 63 | 1 | 130 | 140 | 112 |
| Binary | 10111111 | 11111100 | 1111011 | 11000 | 0 | 110011 | 1 | 1011000 | 1100000 | 1001010 |
Color Harmonies of #BFFC7B
Complementary color
Monochromatic Colors of #BFFC7B
Black with #BFFC7B
Text Example
Text Example
White with #BFFC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFC7B; }
p { color: rgb(191,252,123); }
H1.HeaderClassName
{
color: #BFFC7B;
}
.AnyTagClassName
{
color: #BFFC7B;
}
</style>
background-color css
<style>
a { background-color: #BFFC7B; }
a { background-color: rgb(191,252,123); }
div.DivClassName
{
background-color: #BFFC7B;
}
.BgClassName
{
background-color: #BFFC7B;
}
</style>
border-color css
<style>
span { border-color: #BFFC7B; }
span { border-color: rgb(191,252,123); }
td.TdClassName
{
border-color: #BFFC7B;
}
.TagClassName
{
border-color: #BFFC7B;
}
</style>