Shades of Sulu #BFFE70
Tints of Sulu #BFFE70
RGB
CMYK
RGB Variations
Color information
#BFFE70 (or 0xBFFE70) is known color: Sulu. HEX triplet: BF, FE and 70. RGB value is (191,254,112). Sum of RGB (Red+Green+Blue) = 191+254+112=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 254 (99.61% from 255 or 45.60% from 557); Blue value is 112 (44.14% from 255 or 20.11% from 557); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFE70 is #40018F. Grayscale: #DBDBDB. Windows color (decimal): -4194704 or 7405247. OLE color: 7405247.
HSL color Cylindrical-coordinate representation of color #BFFE70: hue angle of 86.62º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFFE70 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 112 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.00 |
| HSL | 86.62º | 0.99% | 0.72% | - |
| HSV(B) | 86.62º | 0.56% | 1% | - |
| XYZ | 59.85 | 83.13 | 28.22 | - |
| YUV | 218.98 | 67.63 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 112 | 0.25 | 0 | 0.56 | 0.00 | 86.62 | 0.99 | 0.72 |
| Hex | BF | FE | 70 | 19 | 0 | 38 | 0 | 57 | 63 | 48 |
| Octal | 277 | 376 | 160 | 31 | 0 | 70 | 0 | 127 | 143 | 110 |
| Binary | 10111111 | 11111110 | 1110000 | 11001 | 0 | 111000 | 0 | 1010111 | 1100011 | 1001000 |
Color Harmonies of #BFFE70
Complementary color
Monochromatic Colors of #BFFE70
Black with #BFFE70
Text Example
Text Example
White with #BFFE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFE70; }
p { color: rgb(191,254,112); }
H1.HeaderClassName
{
color: #BFFE70;
}
.AnyTagClassName
{
color: #BFFE70;
}
</style>
background-color css
<style>
a { background-color: #BFFE70; }
a { background-color: rgb(191,254,112); }
div.DivClassName
{
background-color: #BFFE70;
}
.BgClassName
{
background-color: #BFFE70;
}
</style>
border-color css
<style>
span { border-color: #BFFE70; }
span { border-color: rgb(191,254,112); }
td.TdClassName
{
border-color: #BFFE70;
}
.TagClassName
{
border-color: #BFFE70;
}
</style>