Shades of Pear #DAEA28
Tints of Pear #DAEA28
RGB
CMYK
RGB Variations
Color information
#DAEA28 (or 0xDAEA28) is known color: Pear. HEX triplet: DA, EA and 28. RGB value is (218,234,40). Sum of RGB (Red+Green+Blue) = 218+234+40=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 40 (16.02% from 255 or 8.13% from 492); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEA28 is #2515D7. Grayscale: #CFCFCF. Windows color (decimal): -2430424 or 2681562. OLE color: 2681562.
HSL color Cylindrical-coordinate representation of color #DAEA28: hue angle of 64.95º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DAEA28 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 40 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.08 |
| HSL | 64.95º | 0.82% | 0.54% | - |
| HSV(B) | 64.95º | 0.83% | 0.92% | - |
| XYZ | 58.72 | 73.9 | 13.18 | - |
| YUV | 207.1 | 33.7 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 40 | 0.07 | 0 | 0.83 | 0.08 | 64.95 | 0.82 | 0.54 |
| Hex | DA | EA | 28 | 7 | 0 | 53 | 8 | 41 | 52 | 36 |
| Octal | 332 | 352 | 50 | 7 | 0 | 123 | 10 | 101 | 122 | 66 |
| Binary | 11011010 | 11101010 | 101000 | 111 | 0 | 1010011 | 1000 | 1000001 | 1010010 | 110110 |
Color Harmonies of #DAEA28
Complementary color
Monochromatic Colors of #DAEA28
Black with #DAEA28
Text Example
Text Example
White with #DAEA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEA28; }
p { color: rgb(218,234,40); }
H1.HeaderClassName
{
color: #DAEA28;
}
.AnyTagClassName
{
color: #DAEA28;
}
</style>
background-color css
<style>
a { background-color: #DAEA28; }
a { background-color: rgb(218,234,40); }
div.DivClassName
{
background-color: #DAEA28;
}
.BgClassName
{
background-color: #DAEA28;
}
</style>
border-color css
<style>
span { border-color: #DAEA28; }
span { border-color: rgb(218,234,40); }
td.TdClassName
{
border-color: #DAEA28;
}
.TagClassName
{
border-color: #DAEA28;
}
</style>