Shades of Sulu #BFFC8C
Tints of Sulu #BFFC8C
RGB
CMYK
RGB Variations
Color information
#BFFC8C (or 0xBFFC8C) is known color: Sulu. HEX triplet: BF, FC and 8C. RGB value is (191,252,140). Sum of RGB (Red+Green+Blue) = 191+252+140=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 252 (98.83% from 255 or 43.22% from 583); Blue value is 140 (55.08% from 255 or 24.01% from 583); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFC8C is #400373. Grayscale: #DDDDDD. Windows color (decimal): -4195188 or 9239743. OLE color: 9239743.
HSL color Cylindrical-coordinate representation of color #BFFC8C: hue angle of 92.68º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFFC8C is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 140 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.01 |
| HSL | 92.68º | 0.95% | 0.77% | - |
| HSV(B) | 92.68º | 0.44% | 0.99% | - |
| XYZ | 61.03 | 82.59 | 37.54 | - |
| YUV | 220.99 | 82.29 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 140 | 0.24 | 0 | 0.44 | 0.01 | 92.68 | 0.95 | 0.77 |
| Hex | BF | FC | 8C | 18 | 0 | 2C | 1 | 5D | 5F | 4D |
| Octal | 277 | 374 | 214 | 30 | 0 | 54 | 1 | 135 | 137 | 115 |
| Binary | 10111111 | 11111100 | 10001100 | 11000 | 0 | 101100 | 1 | 1011101 | 1011111 | 1001101 |
Color Harmonies of #BFFC8C
Complementary color
Monochromatic Colors of #BFFC8C
Black with #BFFC8C
Text Example
Text Example
White with #BFFC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFC8C; }
p { color: rgb(191,252,140); }
H1.HeaderClassName
{
color: #BFFC8C;
}
.AnyTagClassName
{
color: #BFFC8C;
}
</style>
background-color css
<style>
a { background-color: #BFFC8C; }
a { background-color: rgb(191,252,140); }
div.DivClassName
{
background-color: #BFFC8C;
}
.BgClassName
{
background-color: #BFFC8C;
}
</style>
border-color css
<style>
span { border-color: #BFFC8C; }
span { border-color: rgb(191,252,140); }
td.TdClassName
{
border-color: #BFFC8C;
}
.TagClassName
{
border-color: #BFFC8C;
}
</style>