Shades of Pear #DAE818
Tints of Pear #DAE818
RGB
CMYK
RGB Variations
Color information
#DAE818 (or 0xDAE818) is known color: Pear. HEX triplet: DA, E8 and 18. RGB value is (218,232,24). Sum of RGB (Red+Green+Blue) = 218+232+24=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 232 (91.02% from 255 or 48.95% from 474); Blue value is 24 (9.77% from 255 or 5.06% from 474); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE818 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAE818 is #2517E7. Grayscale: #CCCCCC. Windows color (decimal): -2430952 or 1632474. OLE color: 1632474.
HSL color Cylindrical-coordinate representation of color #DAE818: hue angle of 64.04º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DAE818 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 24 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.09 |
| HSL | 64.04º | 0.82% | 0.5% | - |
| HSV(B) | 64.04º | 0.9% | 0.91% | - |
| XYZ | 57.93 | 72.68 | 11.84 | - |
| YUV | 204.1 | 26.36 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 24 | 0.06 | 0 | 0.90 | 0.09 | 64.04 | 0.82 | 0.5 |
| Hex | DA | E8 | 18 | 6 | 0 | 5A | 9 | 40 | 52 | 32 |
| Octal | 332 | 350 | 30 | 6 | 0 | 132 | 11 | 100 | 122 | 62 |
| Binary | 11011010 | 11101000 | 11000 | 110 | 0 | 1011010 | 1001 | 1000000 | 1010010 | 110010 |
Color Harmonies of #DAE818
Complementary color
Monochromatic Colors of #DAE818
Black with #DAE818
Text Example
Text Example
White with #DAE818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE818; }
p { color: rgb(218,232,24); }
H1.HeaderClassName
{
color: #DAE818;
}
.AnyTagClassName
{
color: #DAE818;
}
</style>
background-color css
<style>
a { background-color: #DAE818; }
a { background-color: rgb(218,232,24); }
div.DivClassName
{
background-color: #DAE818;
}
.BgClassName
{
background-color: #DAE818;
}
</style>
border-color css
<style>
span { border-color: #DAE818; }
span { border-color: rgb(218,232,24); }
td.TdClassName
{
border-color: #DAE818;
}
.TagClassName
{
border-color: #DAE818;
}
</style>