Shades of Pear #DAE82E
Tints of Pear #DAE82E
RGB
CMYK
RGB Variations
Color information
#DAE82E (or 0xDAE82E) is known color: Pear. HEX triplet: DA, E8 and 2E. RGB value is (218,232,46). Sum of RGB (Red+Green+Blue) = 218+232+46=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 232 (91.02% from 255 or 46.77% from 496); Blue value is 46 (18.36% from 255 or 9.27% from 496); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE82E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE82E is #2517D1. Grayscale: #CFCFCF. Windows color (decimal): -2430930 or 3074266. OLE color: 3074266.
HSL color Cylindrical-coordinate representation of color #DAE82E: hue angle of 64.52º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DAE82E is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 46 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.09 |
| HSL | 64.52º | 0.8% | 0.55% | - |
| HSV(B) | 64.52º | 0.8% | 0.91% | - |
| XYZ | 58.26 | 72.82 | 13.57 | - |
| YUV | 206.61 | 37.36 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 46 | 0.06 | 0 | 0.80 | 0.09 | 64.52 | 0.8 | 0.55 |
| Hex | DA | E8 | 2E | 6 | 0 | 50 | 9 | 41 | 50 | 37 |
| Octal | 332 | 350 | 56 | 6 | 0 | 120 | 11 | 101 | 120 | 67 |
| Binary | 11011010 | 11101000 | 101110 | 110 | 0 | 1010000 | 1001 | 1000001 | 1010000 | 110111 |
Color Harmonies of #DAE82E
Complementary color
Monochromatic Colors of #DAE82E
Black with #DAE82E
Text Example
Text Example
White with #DAE82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE82E; }
p { color: rgb(218,232,46); }
H1.HeaderClassName
{
color: #DAE82E;
}
.AnyTagClassName
{
color: #DAE82E;
}
</style>
background-color css
<style>
a { background-color: #DAE82E; }
a { background-color: rgb(218,232,46); }
div.DivClassName
{
background-color: #DAE82E;
}
.BgClassName
{
background-color: #DAE82E;
}
</style>
border-color css
<style>
span { border-color: #DAE82E; }
span { border-color: rgb(218,232,46); }
td.TdClassName
{
border-color: #DAE82E;
}
.TagClassName
{
border-color: #DAE82E;
}
</style>