Shades of Sulu #BFFF80
Tints of Sulu #BFFF80
RGB
CMYK
RGB Variations
Color information
#BFFF80 (or 0xBFFF80) is known color: Sulu. HEX triplet: BF, FF and 80. RGB value is (191,255,128). Sum of RGB (Red+Green+Blue) = 191+255+128=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 255 (100% from 255 or 44.43% from 574); Blue value is 128 (50.39% from 255 or 22.30% from 574); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFF80 is #40007F. Grayscale: #DDDDDD. Windows color (decimal): -4194432 or 8454079. OLE color: 8454079.
HSL color Cylindrical-coordinate representation of color #BFFF80: hue angle of 90.24º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFFF80 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 128 | - |
| CMYK | 0.25 | 0 | 0.50 | 0 |
| HSL | 90.24º | 1% | 0.75% | - |
| HSV(B) | 90.24º | 0.5% | 1% | - |
| XYZ | 61.14 | 84.15 | 33.44 | - |
| YUV | 221.39 | 75.3 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 128 | 0.25 | 0 | 0.50 | 0 | 90.24 | 1 | 0.75 |
| Hex | BF | FF | 80 | 19 | 0 | 32 | 0 | 5A | 64 | 4B |
| Octal | 277 | 377 | 200 | 31 | 0 | 62 | 0 | 132 | 144 | 113 |
| Binary | 10111111 | 11111111 | 10000000 | 11001 | 0 | 110010 | 0 | 1011010 | 1100100 | 1001011 |
Color Harmonies of #BFFF80
Complementary color
Monochromatic Colors of #BFFF80
Black with #BFFF80
Text Example
Text Example
White with #BFFF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFF80; }
p { color: rgb(191,255,128); }
H1.HeaderClassName
{
color: #BFFF80;
}
.AnyTagClassName
{
color: #BFFF80;
}
</style>
background-color css
<style>
a { background-color: #BFFF80; }
a { background-color: rgb(191,255,128); }
div.DivClassName
{
background-color: #BFFF80;
}
.BgClassName
{
background-color: #BFFF80;
}
</style>
border-color css
<style>
span { border-color: #BFFF80; }
span { border-color: rgb(191,255,128); }
td.TdClassName
{
border-color: #BFFF80;
}
.TagClassName
{
border-color: #BFFF80;
}
</style>