Shades of Tidal #E6FB7D
Tints of Tidal #E6FB7D
RGB
CMYK
RGB Variations
Color information
#E6FB7D (or 0xE6FB7D) is known color: Tidal. HEX triplet: E6, FB and 7D. RGB value is (230,251,125). Sum of RGB (Red+Green+Blue) = 230+251+125=606 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.95% from 606); Green value is 251 (98.44% from 255 or 41.42% from 606); Blue value is 125 (49.22% from 255 or 20.63% from 606); Max value from RGB is 251 - color contains mainly: green. Hex color #E6FB7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6FB7D is #190482. Grayscale: #E6E6E6. Windows color (decimal): -1639555 or 8256486. OLE color: 8256486.
HSL color Cylindrical-coordinate representation of color #E6FB7D: hue angle of 70º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6FB7D is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 251 | 125 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.02 |
| HSL | 70º | 0.94% | 0.74% | - |
| HSV(B) | 70º | 0.5% | 0.98% | - |
| XYZ | 70.83 | 87.3 | 32.52 | - |
| YUV | 230.36 | 68.54 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 251 | 125 | 0.08 | 0 | 0.50 | 0.02 | 70 | 0.94 | 0.74 |
| Hex | E6 | FB | 7D | 8 | 0 | 32 | 2 | 46 | 5E | 4A |
| Octal | 346 | 373 | 175 | 10 | 0 | 62 | 2 | 106 | 136 | 112 |
| Binary | 11100110 | 11111011 | 1111101 | 1000 | 0 | 110010 | 10 | 1000110 | 1011110 | 1001010 |
Color Harmonies of #E6FB7D
Complementary color
Monochromatic Colors of #E6FB7D
Black with #E6FB7D
Text Example
Text Example
White with #E6FB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FB7D; }
p { color: rgb(230,251,125); }
H1.HeaderClassName
{
color: #E6FB7D;
}
.AnyTagClassName
{
color: #E6FB7D;
}
</style>
background-color css
<style>
a { background-color: #E6FB7D; }
a { background-color: rgb(230,251,125); }
div.DivClassName
{
background-color: #E6FB7D;
}
.BgClassName
{
background-color: #E6FB7D;
}
</style>
border-color css
<style>
span { border-color: #E6FB7D; }
span { border-color: rgb(230,251,125); }
td.TdClassName
{
border-color: #E6FB7D;
}
.TagClassName
{
border-color: #E6FB7D;
}
</style>