Shades of Sulu #BFF06F
Tints of Sulu #BFF06F
RGB
CMYK
RGB Variations
Color information
#BFF06F (or 0xBFF06F) is known color: Sulu. HEX triplet: BF, F0 and 6F. RGB value is (191,240,111). Sum of RGB (Red+Green+Blue) = 191+240+111=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 240 (94.14% from 255 or 44.28% from 542); Blue value is 111 (43.75% from 255 or 20.48% from 542); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF06F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF06F is #400F90. Grayscale: #D3D3D3. Windows color (decimal): -4198289 or 7336127. OLE color: 7336127.
HSL color Cylindrical-coordinate representation of color #BFF06F: hue angle of 82.79º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFF06F is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 111 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.06 |
| HSL | 82.79º | 0.81% | 0.69% | - |
| HSV(B) | 82.79º | 0.54% | 0.94% | - |
| XYZ | 55.52 | 74.54 | 26.5 | - |
| YUV | 210.64 | 71.77 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 111 | 0.20 | 0 | 0.54 | 0.06 | 82.79 | 0.81 | 0.69 |
| Hex | BF | F0 | 6F | 14 | 0 | 36 | 6 | 53 | 51 | 45 |
| Octal | 277 | 360 | 157 | 24 | 0 | 66 | 6 | 123 | 121 | 105 |
| Binary | 10111111 | 11110000 | 1101111 | 10100 | 0 | 110110 | 110 | 1010011 | 1010001 | 1000101 |
Color Harmonies of #BFF06F
Complementary color
Monochromatic Colors of #BFF06F
Black with #BFF06F
Text Example
Text Example
White with #BFF06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF06F; }
p { color: rgb(191,240,111); }
H1.HeaderClassName
{
color: #BFF06F;
}
.AnyTagClassName
{
color: #BFF06F;
}
</style>
background-color css
<style>
a { background-color: #BFF06F; }
a { background-color: rgb(191,240,111); }
div.DivClassName
{
background-color: #BFF06F;
}
.BgClassName
{
background-color: #BFF06F;
}
</style>
border-color css
<style>
span { border-color: #BFF06F; }
span { border-color: rgb(191,240,111); }
td.TdClassName
{
border-color: #BFF06F;
}
.TagClassName
{
border-color: #BFF06F;
}
</style>