Shades of Pear #DAE72D
Tints of Pear #DAE72D
RGB
CMYK
RGB Variations
Color information
#DAE72D (or 0xDAE72D) is known color: Pear. HEX triplet: DA, E7 and 2D. RGB value is (218,231,45). Sum of RGB (Red+Green+Blue) = 218+231+45=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 231 (90.62% from 255 or 46.76% from 494); Blue value is 45 (17.97% from 255 or 9.11% from 494); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE72D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE72D is #2518D2. Grayscale: #CECECE. Windows color (decimal): -2431187 or 3008474. OLE color: 3008474.
HSL color Cylindrical-coordinate representation of color #DAE72D: hue angle of 64.19º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DAE72D is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 45 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.09 |
| HSL | 64.19º | 0.79% | 0.54% | - |
| HSV(B) | 64.19º | 0.81% | 0.91% | - |
| XYZ | 57.96 | 72.25 | 13.37 | - |
| YUV | 205.91 | 37.19 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 45 | 0.06 | 0 | 0.81 | 0.09 | 64.19 | 0.79 | 0.54 |
| Hex | DA | E7 | 2D | 6 | 0 | 51 | 9 | 40 | 4F | 36 |
| Octal | 332 | 347 | 55 | 6 | 0 | 121 | 11 | 100 | 117 | 66 |
| Binary | 11011010 | 11100111 | 101101 | 110 | 0 | 1010001 | 1001 | 1000000 | 1001111 | 110110 |
Color Harmonies of #DAE72D
Complementary color
Monochromatic Colors of #DAE72D
Black with #DAE72D
Text Example
Text Example
White with #DAE72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE72D; }
p { color: rgb(218,231,45); }
H1.HeaderClassName
{
color: #DAE72D;
}
.AnyTagClassName
{
color: #DAE72D;
}
</style>
background-color css
<style>
a { background-color: #DAE72D; }
a { background-color: rgb(218,231,45); }
div.DivClassName
{
background-color: #DAE72D;
}
.BgClassName
{
background-color: #DAE72D;
}
</style>
border-color css
<style>
span { border-color: #DAE72D; }
span { border-color: rgb(218,231,45); }
td.TdClassName
{
border-color: #DAE72D;
}
.TagClassName
{
border-color: #DAE72D;
}
</style>