Shades of Tidal #EEFA7F
Tints of Tidal #EEFA7F
RGB
CMYK
RGB Variations
Color information
#EEFA7F (or 0xEEFA7F) is known color: Tidal. HEX triplet: EE, FA and 7F. RGB value is (238,250,127). Sum of RGB (Red+Green+Blue) = 238+250+127=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 127 (50% from 255 or 20.65% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFA7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEFA7F is #110580. Grayscale: #E8E8E8. Windows color (decimal): -1115521 or 8387310. OLE color: 8387310.
HSL color Cylindrical-coordinate representation of color #EEFA7F: hue angle of 65.85º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EEFA7F is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 250 | 127 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.02 |
| HSL | 65.85º | 0.92% | 0.74% | - |
| HSV(B) | 65.85º | 0.49% | 0.98% | - |
| XYZ | 73.28 | 88.08 | 33.22 | - |
| YUV | 232.39 | 68.52 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 250 | 127 | 0.05 | 0 | 0.49 | 0.02 | 65.85 | 0.92 | 0.74 |
| Hex | EE | FA | 7F | 5 | 0 | 31 | 2 | 42 | 5C | 4A |
| Octal | 356 | 372 | 177 | 5 | 0 | 61 | 2 | 102 | 134 | 112 |
| Binary | 11101110 | 11111010 | 1111111 | 101 | 0 | 110001 | 10 | 1000010 | 1011100 | 1001010 |
Color Harmonies of #EEFA7F
Complementary color
Monochromatic Colors of #EEFA7F
Black with #EEFA7F
Text Example
Text Example
White with #EEFA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFA7F; }
p { color: rgb(238,250,127); }
H1.HeaderClassName
{
color: #EEFA7F;
}
.AnyTagClassName
{
color: #EEFA7F;
}
</style>
background-color css
<style>
a { background-color: #EEFA7F; }
a { background-color: rgb(238,250,127); }
div.DivClassName
{
background-color: #EEFA7F;
}
.BgClassName
{
background-color: #EEFA7F;
}
</style>
border-color css
<style>
span { border-color: #EEFA7F; }
span { border-color: rgb(238,250,127); }
td.TdClassName
{
border-color: #EEFA7F;
}
.TagClassName
{
border-color: #EEFA7F;
}
</style>