Shades of Sulu #BFFF7F
Tints of Sulu #BFFF7F
RGB
CMYK
RGB Variations
Color information
#BFFF7F (or 0xBFFF7F) is known color: Sulu. HEX triplet: BF, FF and 7F. RGB value is (191,255,127). Sum of RGB (Red+Green+Blue) = 191+255+127=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 127 (50% from 255 or 22.16% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFF7F is #400080. Grayscale: #DDDDDD. Windows color (decimal): -4194433 or 8388543. OLE color: 8388543.
HSL color Cylindrical-coordinate representation of color #BFFF7F: hue angle of 90º 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 #BFFF7F is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 127 | - |
| CMYK | 0.25 | 0 | 0.50 | 0 |
| HSL | 90º | 1% | 0.75% | - |
| HSV(B) | 90º | 0.5% | 1% | - |
| XYZ | 61.08 | 84.13 | 33.1 | - |
| YUV | 221.27 | 74.8 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 127 | 0.25 | 0 | 0.50 | 0 | 90 | 1 | 0.75 |
| Hex | BF | FF | 7F | 19 | 0 | 32 | 0 | 5A | 64 | 4B |
| Octal | 277 | 377 | 177 | 31 | 0 | 62 | 0 | 132 | 144 | 113 |
| Binary | 10111111 | 11111111 | 1111111 | 11001 | 0 | 110010 | 0 | 1011010 | 1100100 | 1001011 |
Color Harmonies of #BFFF7F
Complementary color
Monochromatic Colors of #BFFF7F
Black with #BFFF7F
Text Example
Text Example
White with #BFFF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFF7F; }
p { color: rgb(191,255,127); }
H1.HeaderClassName
{
color: #BFFF7F;
}
.AnyTagClassName
{
color: #BFFF7F;
}
</style>
background-color css
<style>
a { background-color: #BFFF7F; }
a { background-color: rgb(191,255,127); }
div.DivClassName
{
background-color: #BFFF7F;
}
.BgClassName
{
background-color: #BFFF7F;
}
</style>
border-color css
<style>
span { border-color: #BFFF7F; }
span { border-color: rgb(191,255,127); }
td.TdClassName
{
border-color: #BFFF7F;
}
.TagClassName
{
border-color: #BFFF7F;
}
</style>