Shades of Sulu #BFFF72
Tints of Sulu #BFFF72
RGB
CMYK
RGB Variations
Color information
#BFFF72 (or 0xBFFF72) is known color: Sulu. HEX triplet: BF, FF and 72. RGB value is (191,255,114). Sum of RGB (Red+Green+Blue) = 191+255+114=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 114 (44.92% from 255 or 20.36% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFF72 is #40008D. Grayscale: #DCDCDC. Windows color (decimal): -4194446 or 7536575. OLE color: 7536575.
HSL color Cylindrical-coordinate representation of color #BFFF72: hue angle of 87.23º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFFF72 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 114 | - |
| CMYK | 0.25 | 0 | 0.55 | 0 |
| HSL | 87.23º | 1% | 0.72% | - |
| HSV(B) | 87.23º | 0.55% | 1% | - |
| XYZ | 60.28 | 83.81 | 28.92 | - |
| YUV | 219.79 | 68.3 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 114 | 0.25 | 0 | 0.55 | 0 | 87.23 | 1 | 0.72 |
| Hex | BF | FF | 72 | 19 | 0 | 37 | 0 | 57 | 64 | 48 |
| Octal | 277 | 377 | 162 | 31 | 0 | 67 | 0 | 127 | 144 | 110 |
| Binary | 10111111 | 11111111 | 1110010 | 11001 | 0 | 110111 | 0 | 1010111 | 1100100 | 1001000 |
Color Harmonies of #BFFF72
Complementary color
Monochromatic Colors of #BFFF72
Black with #BFFF72
Text Example
Text Example
White with #BFFF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFF72; }
p { color: rgb(191,255,114); }
H1.HeaderClassName
{
color: #BFFF72;
}
.AnyTagClassName
{
color: #BFFF72;
}
</style>
background-color css
<style>
a { background-color: #BFFF72; }
a { background-color: rgb(191,255,114); }
div.DivClassName
{
background-color: #BFFF72;
}
.BgClassName
{
background-color: #BFFF72;
}
</style>
border-color css
<style>
span { border-color: #BFFF72; }
span { border-color: rgb(191,255,114); }
td.TdClassName
{
border-color: #BFFF72;
}
.TagClassName
{
border-color: #BFFF72;
}
</style>