Shades of Tidal #DEFD8B
Tints of Tidal #DEFD8B
RGB
CMYK
RGB Variations
Color information
#DEFD8B (or 0xDEFD8B) is known color: Tidal. HEX triplet: DE, FD and 8B. RGB value is (222,253,139). Sum of RGB (Red+Green+Blue) = 222+253+139=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 253 (99.22% from 255 or 41.21% from 614); Blue value is 139 (54.69% from 255 or 22.64% from 614); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFD8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFD8B is #210274. Grayscale: #E7E7E7. Windows color (decimal): -2163317 or 9174494. OLE color: 9174494.
HSL color Cylindrical-coordinate representation of color #DEFD8B: hue angle of 76.32º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DEFD8B is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 253 | 139 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.01 |
| HSL | 76.32º | 0.97% | 0.77% | - |
| HSV(B) | 76.32º | 0.45% | 0.99% | - |
| XYZ | 69.91 | 87.64 | 37.66 | - |
| YUV | 230.74 | 76.23 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 253 | 139 | 0.12 | 0 | 0.45 | 0.01 | 76.32 | 0.97 | 0.77 |
| Hex | DE | FD | 8B | C | 0 | 2D | 1 | 4C | 61 | 4D |
| Octal | 336 | 375 | 213 | 14 | 0 | 55 | 1 | 114 | 141 | 115 |
| Binary | 11011110 | 11111101 | 10001011 | 1100 | 0 | 101101 | 1 | 1001100 | 1100001 | 1001101 |
Color Harmonies of #DEFD8B
Complementary color
Monochromatic Colors of #DEFD8B
Black with #DEFD8B
Text Example
Text Example
White with #DEFD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFD8B; }
p { color: rgb(222,253,139); }
H1.HeaderClassName
{
color: #DEFD8B;
}
.AnyTagClassName
{
color: #DEFD8B;
}
</style>
background-color css
<style>
a { background-color: #DEFD8B; }
a { background-color: rgb(222,253,139); }
div.DivClassName
{
background-color: #DEFD8B;
}
.BgClassName
{
background-color: #DEFD8B;
}
</style>
border-color css
<style>
span { border-color: #DEFD8B; }
span { border-color: rgb(222,253,139); }
td.TdClassName
{
border-color: #DEFD8B;
}
.TagClassName
{
border-color: #DEFD8B;
}
</style>