Shades of Tidal #EEFF83
Tints of Tidal #EEFF83
RGB
CMYK
RGB Variations
Color information
#EEFF83 (or 0xEEFF83) is known color: Tidal. HEX triplet: EE, FF and 83. RGB value is (238,255,131). Sum of RGB (Red+Green+Blue) = 238+255+131=624 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.14% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 131 (51.56% from 255 or 20.99% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFF83 is #11007C. Grayscale: #ECECEC. Windows color (decimal): -1114237 or 8650734. OLE color: 8650734.
HSL color Cylindrical-coordinate representation of color #EEFF83: hue angle of 68.23º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EEFF83 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 131 | - |
| CMYK | 0.07 | 0 | 0.49 | 0 |
| HSL | 68.23º | 1% | 0.76% | - |
| HSV(B) | 68.23º | 0.49% | 1% | - |
| XYZ | 75.12 | 91.34 | 35.14 | - |
| YUV | 235.78 | 68.87 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 131 | 0.07 | 0 | 0.49 | 0 | 68.23 | 1 | 0.76 |
| Hex | EE | FF | 83 | 7 | 0 | 31 | 0 | 44 | 64 | 4C |
| Octal | 356 | 377 | 203 | 7 | 0 | 61 | 0 | 104 | 144 | 114 |
| Binary | 11101110 | 11111111 | 10000011 | 111 | 0 | 110001 | 0 | 1000100 | 1100100 | 1001100 |
Color Harmonies of #EEFF83
Complementary color
Monochromatic Colors of #EEFF83
Black with #EEFF83
Text Example
Text Example
White with #EEFF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF83; }
p { color: rgb(238,255,131); }
H1.HeaderClassName
{
color: #EEFF83;
}
.AnyTagClassName
{
color: #EEFF83;
}
</style>
background-color css
<style>
a { background-color: #EEFF83; }
a { background-color: rgb(238,255,131); }
div.DivClassName
{
background-color: #EEFF83;
}
.BgClassName
{
background-color: #EEFF83;
}
</style>
border-color css
<style>
span { border-color: #EEFF83; }
span { border-color: rgb(238,255,131); }
td.TdClassName
{
border-color: #EEFF83;
}
.TagClassName
{
border-color: #EEFF83;
}
</style>