Shades of Sulu #BFE48E
Tints of Sulu #BFE48E
RGB
CMYK
RGB Variations
Color information
#BFE48E (or 0xBFE48E) is known color: Sulu. HEX triplet: BF, E4 and 8E. RGB value is (191,228,142). Sum of RGB (Red+Green+Blue) = 191+228+142=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 228 (89.45% from 255 or 40.64% from 561); Blue value is 142 (55.86% from 255 or 25.31% from 561); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE48E is #401B71. Grayscale: #CFCFCF. Windows color (decimal): -4201330 or 9364671. OLE color: 9364671.
HSL color Cylindrical-coordinate representation of color #BFE48E: hue angle of 85.81º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFE48E is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 142 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.11 |
| HSL | 85.81º | 0.61% | 0.73% | - |
| HSV(B) | 85.81º | 0.38% | 0.89% | - |
| XYZ | 54.11 | 68.52 | 35.96 | - |
| YUV | 207.13 | 91.24 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 142 | 0.16 | 0 | 0.38 | 0.11 | 85.81 | 0.61 | 0.73 |
| Hex | BF | E4 | 8E | 10 | 0 | 26 | B | 56 | 3D | 49 |
| Octal | 277 | 344 | 216 | 20 | 0 | 46 | 13 | 126 | 75 | 111 |
| Binary | 10111111 | 11100100 | 10001110 | 10000 | 0 | 100110 | 1011 | 1010110 | 111101 | 1001001 |
Color Harmonies of #BFE48E
Complementary color
Monochromatic Colors of #BFE48E
Black with #BFE48E
Text Example
Text Example
White with #BFE48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE48E; }
p { color: rgb(191,228,142); }
H1.HeaderClassName
{
color: #BFE48E;
}
.AnyTagClassName
{
color: #BFE48E;
}
</style>
background-color css
<style>
a { background-color: #BFE48E; }
a { background-color: rgb(191,228,142); }
div.DivClassName
{
background-color: #BFE48E;
}
.BgClassName
{
background-color: #BFE48E;
}
</style>
border-color css
<style>
span { border-color: #BFE48E; }
span { border-color: rgb(191,228,142); }
td.TdClassName
{
border-color: #BFE48E;
}
.TagClassName
{
border-color: #BFE48E;
}
</style>