Shades of Sulu #BFF16F
Tints of Sulu #BFF16F
RGB
CMYK
RGB Variations
Color information
#BFF16F (or 0xBFF16F) is known color: Sulu. HEX triplet: BF, F1 and 6F. RGB value is (191,241,111). Sum of RGB (Red+Green+Blue) = 191+241+111=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 241 (94.53% from 255 or 44.38% from 543); Blue value is 111 (43.75% from 255 or 20.44% from 543); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF16F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF16F is #400E90. Grayscale: #D3D3D3. Windows color (decimal): -4198033 or 7336383. OLE color: 7336383.
HSL color Cylindrical-coordinate representation of color #BFF16F: hue angle of 83.08º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFF16F is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 111 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.05 |
| HSL | 83.08º | 0.82% | 0.69% | - |
| HSV(B) | 83.08º | 0.54% | 0.95% | - |
| XYZ | 55.81 | 75.13 | 26.6 | - |
| YUV | 211.23 | 71.44 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 111 | 0.21 | 0 | 0.54 | 0.05 | 83.08 | 0.82 | 0.69 |
| Hex | BF | F1 | 6F | 15 | 0 | 36 | 5 | 53 | 52 | 45 |
| Octal | 277 | 361 | 157 | 25 | 0 | 66 | 5 | 123 | 122 | 105 |
| Binary | 10111111 | 11110001 | 1101111 | 10101 | 0 | 110110 | 101 | 1010011 | 1010010 | 1000101 |
Color Harmonies of #BFF16F
Complementary color
Monochromatic Colors of #BFF16F
Black with #BFF16F
Text Example
Text Example
White with #BFF16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF16F; }
p { color: rgb(191,241,111); }
H1.HeaderClassName
{
color: #BFF16F;
}
.AnyTagClassName
{
color: #BFF16F;
}
</style>
background-color css
<style>
a { background-color: #BFF16F; }
a { background-color: rgb(191,241,111); }
div.DivClassName
{
background-color: #BFF16F;
}
.BgClassName
{
background-color: #BFF16F;
}
</style>
border-color css
<style>
span { border-color: #BFF16F; }
span { border-color: rgb(191,241,111); }
td.TdClassName
{
border-color: #BFF16F;
}
.TagClassName
{
border-color: #BFF16F;
}
</style>