Shades of Tidal #EDFF8B
Tints of Tidal #EDFF8B
RGB
CMYK
RGB Variations
Color information
#EDFF8B (or 0xEDFF8B) is known color: Tidal. HEX triplet: ED, FF and 8B. RGB value is (237,255,139). Sum of RGB (Red+Green+Blue) = 237+255+139=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 139 (54.69% from 255 or 22.03% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFF8B is #120074. Grayscale: #ECECEC. Windows color (decimal): -1179765 or 9175021. OLE color: 9175021.
HSL color Cylindrical-coordinate representation of color #EDFF8B: hue angle of 69.31º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDFF8B is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 139 | - |
| CMYK | 0.07 | 0 | 0.45 | 0 |
| HSL | 69.31º | 1% | 0.77% | - |
| HSV(B) | 69.31º | 0.45% | 1% | - |
| XYZ | 75.35 | 91.39 | 38.09 | - |
| YUV | 236.39 | 73.04 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 139 | 0.07 | 0 | 0.45 | 0 | 69.31 | 1 | 0.77 |
| Hex | ED | FF | 8B | 7 | 0 | 2D | 0 | 45 | 64 | 4D |
| Octal | 355 | 377 | 213 | 7 | 0 | 55 | 0 | 105 | 144 | 115 |
| Binary | 11101101 | 11111111 | 10001011 | 111 | 0 | 101101 | 0 | 1000101 | 1100100 | 1001101 |
Color Harmonies of #EDFF8B
Complementary color
Monochromatic Colors of #EDFF8B
Black with #EDFF8B
Text Example
Text Example
White with #EDFF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF8B; }
p { color: rgb(237,255,139); }
H1.HeaderClassName
{
color: #EDFF8B;
}
.AnyTagClassName
{
color: #EDFF8B;
}
</style>
background-color css
<style>
a { background-color: #EDFF8B; }
a { background-color: rgb(237,255,139); }
div.DivClassName
{
background-color: #EDFF8B;
}
.BgClassName
{
background-color: #EDFF8B;
}
</style>
border-color css
<style>
span { border-color: #EDFF8B; }
span { border-color: rgb(237,255,139); }
td.TdClassName
{
border-color: #EDFF8B;
}
.TagClassName
{
border-color: #EDFF8B;
}
</style>