Shades of Sulu #BFF06C
Tints of Sulu #BFF06C
RGB
CMYK
RGB Variations
Color information
#BFF06C (or 0xBFF06C) is known color: Sulu. HEX triplet: BF, F0 and 6C. RGB value is (191,240,108). Sum of RGB (Red+Green+Blue) = 191+240+108=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 240 (94.14% from 255 or 44.53% from 539); Blue value is 108 (42.58% from 255 or 20.04% from 539); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF06C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF06C is #400F93. Grayscale: #D2D2D2. Windows color (decimal): -4198292 or 7139519. OLE color: 7139519.
HSL color Cylindrical-coordinate representation of color #BFF06C: hue angle of 82.27º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFF06C is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 108 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.06 |
| HSL | 82.27º | 0.81% | 0.68% | - |
| HSV(B) | 82.27º | 0.55% | 0.94% | - |
| XYZ | 55.35 | 74.48 | 25.65 | - |
| YUV | 210.3 | 70.27 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 108 | 0.20 | 0 | 0.55 | 0.06 | 82.27 | 0.81 | 0.68 |
| Hex | BF | F0 | 6C | 14 | 0 | 37 | 6 | 52 | 51 | 44 |
| Octal | 277 | 360 | 154 | 24 | 0 | 67 | 6 | 122 | 121 | 104 |
| Binary | 10111111 | 11110000 | 1101100 | 10100 | 0 | 110111 | 110 | 1010010 | 1010001 | 1000100 |
Color Harmonies of #BFF06C
Complementary color
Monochromatic Colors of #BFF06C
Black with #BFF06C
Text Example
Text Example
White with #BFF06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF06C; }
p { color: rgb(191,240,108); }
H1.HeaderClassName
{
color: #BFF06C;
}
.AnyTagClassName
{
color: #BFF06C;
}
</style>
background-color css
<style>
a { background-color: #BFF06C; }
a { background-color: rgb(191,240,108); }
div.DivClassName
{
background-color: #BFF06C;
}
.BgClassName
{
background-color: #BFF06C;
}
</style>
border-color css
<style>
span { border-color: #BFF06C; }
span { border-color: rgb(191,240,108); }
td.TdClassName
{
border-color: #BFF06C;
}
.TagClassName
{
border-color: #BFF06C;
}
</style>