Shades of Tidal #E6F87F
Tints of Tidal #E6F87F
RGB
CMYK
RGB Variations
Color information
#E6F87F (or 0xE6F87F) is known color: Tidal. HEX triplet: E6, F8 and 7F. RGB value is (230,248,127). Sum of RGB (Red+Green+Blue) = 230+248+127=605 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.02% from 605); Green value is 248 (97.27% from 255 or 40.99% from 605); Blue value is 127 (50% from 255 or 20.99% from 605); Max value from RGB is 248 - color contains mainly: green. Hex color #E6F87F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6F87F is #190780. Grayscale: #E5E5E5. Windows color (decimal): -1640321 or 8386790. OLE color: 8386790.
HSL color Cylindrical-coordinate representation of color #E6F87F: hue angle of 68.93º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E6F87F is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 248 | 127 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.03 |
| HSL | 68.93º | 0.9% | 0.74% | - |
| HSV(B) | 68.93º | 0.49% | 0.97% | - |
| XYZ | 70.03 | 85.49 | 32.89 | - |
| YUV | 228.82 | 70.54 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 248 | 127 | 0.07 | 0 | 0.49 | 0.03 | 68.93 | 0.9 | 0.74 |
| Hex | E6 | F8 | 7F | 7 | 0 | 31 | 3 | 45 | 5A | 4A |
| Octal | 346 | 370 | 177 | 7 | 0 | 61 | 3 | 105 | 132 | 112 |
| Binary | 11100110 | 11111000 | 1111111 | 111 | 0 | 110001 | 11 | 1000101 | 1011010 | 1001010 |
Color Harmonies of #E6F87F
Complementary color
Monochromatic Colors of #E6F87F
Black with #E6F87F
Text Example
Text Example
White with #E6F87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F87F; }
p { color: rgb(230,248,127); }
H1.HeaderClassName
{
color: #E6F87F;
}
.AnyTagClassName
{
color: #E6F87F;
}
</style>
background-color css
<style>
a { background-color: #E6F87F; }
a { background-color: rgb(230,248,127); }
div.DivClassName
{
background-color: #E6F87F;
}
.BgClassName
{
background-color: #E6F87F;
}
</style>
border-color css
<style>
span { border-color: #E6F87F; }
span { border-color: rgb(230,248,127); }
td.TdClassName
{
border-color: #E6F87F;
}
.TagClassName
{
border-color: #E6F87F;
}
</style>