Shades of Sulu #BFE46E
Tints of Sulu #BFE46E
RGB
CMYK
RGB Variations
Color information
#BFE46E (or 0xBFE46E) is known color: Sulu. HEX triplet: BF, E4 and 6E. RGB value is (191,228,110). Sum of RGB (Red+Green+Blue) = 191+228+110=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 228 (89.45% from 255 or 43.10% from 529); Blue value is 110 (43.36% from 255 or 20.79% from 529); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE46E is #401B91. Grayscale: #CBCBCB. Windows color (decimal): -4201362 or 7267519. OLE color: 7267519.
HSL color Cylindrical-coordinate representation of color #BFE46E: hue angle of 78.81º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFE46E is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 110 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.11 |
| HSL | 78.81º | 0.69% | 0.66% | - |
| HSV(B) | 78.81º | 0.52% | 0.89% | - |
| XYZ | 52.04 | 67.69 | 25.07 | - |
| YUV | 203.49 | 75.24 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 110 | 0.16 | 0 | 0.52 | 0.11 | 78.81 | 0.69 | 0.66 |
| Hex | BF | E4 | 6E | 10 | 0 | 34 | B | 4F | 45 | 42 |
| Octal | 277 | 344 | 156 | 20 | 0 | 64 | 13 | 117 | 105 | 102 |
| Binary | 10111111 | 11100100 | 1101110 | 10000 | 0 | 110100 | 1011 | 1001111 | 1000101 | 1000010 |
Color Harmonies of #BFE46E
Complementary color
Monochromatic Colors of #BFE46E
Black with #BFE46E
Text Example
Text Example
White with #BFE46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE46E; }
p { color: rgb(191,228,110); }
H1.HeaderClassName
{
color: #BFE46E;
}
.AnyTagClassName
{
color: #BFE46E;
}
</style>
background-color css
<style>
a { background-color: #BFE46E; }
a { background-color: rgb(191,228,110); }
div.DivClassName
{
background-color: #BFE46E;
}
.BgClassName
{
background-color: #BFE46E;
}
</style>
border-color css
<style>
span { border-color: #BFE46E; }
span { border-color: rgb(191,228,110); }
td.TdClassName
{
border-color: #BFE46E;
}
.TagClassName
{
border-color: #BFE46E;
}
</style>