Shades of Sulu #BFFE78
Tints of Sulu #BFFE78
RGB
CMYK
RGB Variations
Color information
#BFFE78 (or 0xBFFE78) is known color: Sulu. HEX triplet: BF, FE and 78. RGB value is (191,254,120). Sum of RGB (Red+Green+Blue) = 191+254+120=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 254 (99.61% from 255 or 44.96% from 565); Blue value is 120 (47.27% from 255 or 21.24% from 565); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFE78 is #400187. Grayscale: #DCDCDC. Windows color (decimal): -4194696 or 7929535. OLE color: 7929535.
HSL color Cylindrical-coordinate representation of color #BFFE78: hue angle of 88.21º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFFE78 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 120 | - |
| CMYK | 0.25 | 0 | 0.53 | 0.00 |
| HSL | 88.21º | 0.99% | 0.73% | - |
| HSV(B) | 88.21º | 0.53% | 1% | - |
| XYZ | 60.32 | 83.32 | 30.67 | - |
| YUV | 219.89 | 71.63 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 120 | 0.25 | 0 | 0.53 | 0.00 | 88.21 | 0.99 | 0.73 |
| Hex | BF | FE | 78 | 19 | 0 | 35 | 0 | 58 | 63 | 49 |
| Octal | 277 | 376 | 170 | 31 | 0 | 65 | 0 | 130 | 143 | 111 |
| Binary | 10111111 | 11111110 | 1111000 | 11001 | 0 | 110101 | 0 | 1011000 | 1100011 | 1001001 |
Color Harmonies of #BFFE78
Complementary color
Monochromatic Colors of #BFFE78
Black with #BFFE78
Text Example
Text Example
White with #BFFE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFE78; }
p { color: rgb(191,254,120); }
H1.HeaderClassName
{
color: #BFFE78;
}
.AnyTagClassName
{
color: #BFFE78;
}
</style>
background-color css
<style>
a { background-color: #BFFE78; }
a { background-color: rgb(191,254,120); }
div.DivClassName
{
background-color: #BFFE78;
}
.BgClassName
{
background-color: #BFFE78;
}
</style>
border-color css
<style>
span { border-color: #BFFE78; }
span { border-color: rgb(191,254,120); }
td.TdClassName
{
border-color: #BFFE78;
}
.TagClassName
{
border-color: #BFFE78;
}
</style>