Shades of Sulu #BFE68B
Tints of Sulu #BFE68B
RGB
CMYK
RGB Variations
Color information
#BFE68B (or 0xBFE68B) is known color: Sulu. HEX triplet: BF, E6 and 8B. RGB value is (191,230,139). Sum of RGB (Red+Green+Blue) = 191+230+139=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 230 (90.23% from 255 or 41.07% from 560); Blue value is 139 (54.69% from 255 or 24.82% from 560); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE68B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE68B is #401974. Grayscale: #D0D0D0. Windows color (decimal): -4200821 or 9168575. OLE color: 9168575.
HSL color Cylindrical-coordinate representation of color #BFE68B: hue angle of 85.71º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFE68B is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 230 | 139 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.10 |
| HSL | 85.71º | 0.65% | 0.72% | - |
| HSV(B) | 85.71º | 0.4% | 0.9% | - |
| XYZ | 54.44 | 69.53 | 34.98 | - |
| YUV | 207.97 | 89.08 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 139 | 0.17 | 0 | 0.40 | 0.10 | 85.71 | 0.65 | 0.72 |
| Hex | BF | E6 | 8B | 11 | 0 | 28 | A | 56 | 41 | 48 |
| Octal | 277 | 346 | 213 | 21 | 0 | 50 | 12 | 126 | 101 | 110 |
| Binary | 10111111 | 11100110 | 10001011 | 10001 | 0 | 101000 | 1010 | 1010110 | 1000001 | 1001000 |
Color Harmonies of #BFE68B
Complementary color
Monochromatic Colors of #BFE68B
Black with #BFE68B
Text Example
Text Example
White with #BFE68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE68B; }
p { color: rgb(191,230,139); }
H1.HeaderClassName
{
color: #BFE68B;
}
.AnyTagClassName
{
color: #BFE68B;
}
</style>
background-color css
<style>
a { background-color: #BFE68B; }
a { background-color: rgb(191,230,139); }
div.DivClassName
{
background-color: #BFE68B;
}
.BgClassName
{
background-color: #BFE68B;
}
</style>
border-color css
<style>
span { border-color: #BFE68B; }
span { border-color: rgb(191,230,139); }
td.TdClassName
{
border-color: #BFE68B;
}
.TagClassName
{
border-color: #BFE68B;
}
</style>