Shades of Sulu #BFF06D
Tints of Sulu #BFF06D
RGB
CMYK
RGB Variations
Color information
#BFF06D (or 0xBFF06D) is known color: Sulu. HEX triplet: BF, F0 and 6D. RGB value is (191,240,109). Sum of RGB (Red+Green+Blue) = 191+240+109=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 240 (94.14% from 255 or 44.44% from 540); Blue value is 109 (42.97% from 255 or 20.19% from 540); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF06D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF06D is #400F92. Grayscale: #D2D2D2. Windows color (decimal): -4198291 or 7205055. OLE color: 7205055.
HSL color Cylindrical-coordinate representation of color #BFF06D: hue angle of 82.44º 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 #BFF06D is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 109 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.06 |
| HSL | 82.44º | 0.81% | 0.68% | - |
| HSV(B) | 82.44º | 0.55% | 0.94% | - |
| XYZ | 55.41 | 74.5 | 25.93 | - |
| YUV | 210.42 | 70.77 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 109 | 0.20 | 0 | 0.55 | 0.06 | 82.44 | 0.81 | 0.68 |
| Hex | BF | F0 | 6D | 14 | 0 | 37 | 6 | 52 | 51 | 44 |
| Octal | 277 | 360 | 155 | 24 | 0 | 67 | 6 | 122 | 121 | 104 |
| Binary | 10111111 | 11110000 | 1101101 | 10100 | 0 | 110111 | 110 | 1010010 | 1010001 | 1000100 |
Color Harmonies of #BFF06D
Complementary color
Monochromatic Colors of #BFF06D
Black with #BFF06D
Text Example
Text Example
White with #BFF06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF06D; }
p { color: rgb(191,240,109); }
H1.HeaderClassName
{
color: #BFF06D;
}
.AnyTagClassName
{
color: #BFF06D;
}
</style>
background-color css
<style>
a { background-color: #BFF06D; }
a { background-color: rgb(191,240,109); }
div.DivClassName
{
background-color: #BFF06D;
}
.BgClassName
{
background-color: #BFF06D;
}
</style>
border-color css
<style>
span { border-color: #BFF06D; }
span { border-color: rgb(191,240,109); }
td.TdClassName
{
border-color: #BFF06D;
}
.TagClassName
{
border-color: #BFF06D;
}
</style>