Shades of Sulu #BFF06B
Tints of Sulu #BFF06B
RGB
CMYK
RGB Variations
Color information
#BFF06B (or 0xBFF06B) is known color: Sulu. HEX triplet: BF, F0 and 6B. RGB value is (191,240,107). Sum of RGB (Red+Green+Blue) = 191+240+107=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 107 (42.19% from 255 or 19.89% from 538); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF06B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF06B is #400F94. Grayscale: #D2D2D2. Windows color (decimal): -4198293 or 7073983. OLE color: 7073983.
HSL color Cylindrical-coordinate representation of color #BFF06B: hue angle of 82.11º degrees, saturation: 0.82, 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 #BFF06B is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 107 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.06 |
| HSL | 82.11º | 0.82% | 0.68% | - |
| HSV(B) | 82.11º | 0.55% | 0.94% | - |
| XYZ | 55.3 | 74.46 | 25.37 | - |
| YUV | 210.19 | 69.77 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 107 | 0.20 | 0 | 0.55 | 0.06 | 82.11 | 0.82 | 0.68 |
| Hex | BF | F0 | 6B | 14 | 0 | 37 | 6 | 52 | 52 | 44 |
| Octal | 277 | 360 | 153 | 24 | 0 | 67 | 6 | 122 | 122 | 104 |
| Binary | 10111111 | 11110000 | 1101011 | 10100 | 0 | 110111 | 110 | 1010010 | 1010010 | 1000100 |
Color Harmonies of #BFF06B
Complementary color
Monochromatic Colors of #BFF06B
Black with #BFF06B
Text Example
Text Example
White with #BFF06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF06B; }
p { color: rgb(191,240,107); }
H1.HeaderClassName
{
color: #BFF06B;
}
.AnyTagClassName
{
color: #BFF06B;
}
</style>
background-color css
<style>
a { background-color: #BFF06B; }
a { background-color: rgb(191,240,107); }
div.DivClassName
{
background-color: #BFF06B;
}
.BgClassName
{
background-color: #BFF06B;
}
</style>
border-color css
<style>
span { border-color: #BFF06B; }
span { border-color: rgb(191,240,107); }
td.TdClassName
{
border-color: #BFF06B;
}
.TagClassName
{
border-color: #BFF06B;
}
</style>