Shades of Pear #DAEF2C
Tints of Pear #DAEF2C
RGB
CMYK
RGB Variations
Color information
#DAEF2C (or 0xDAEF2C) is known color: Pear. HEX triplet: DA, EF and 2C. RGB value is (218,239,44). Sum of RGB (Red+Green+Blue) = 218+239+44=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 239 (93.75% from 255 or 47.70% from 501); Blue value is 44 (17.58% from 255 or 8.78% from 501); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEF2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEF2C is #2510D3. Grayscale: #D3D3D3. Windows color (decimal): -2429140 or 2944986. OLE color: 2944986.
HSL color Cylindrical-coordinate representation of color #DAEF2C: hue angle of 66.46º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DAEF2C is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 239 | 44 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.06 |
| HSL | 66.46º | 0.86% | 0.55% | - |
| HSV(B) | 66.46º | 0.82% | 0.94% | - |
| XYZ | 60.23 | 76.82 | 14.04 | - |
| YUV | 210.49 | 34.04 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 239 | 44 | 0.09 | 0 | 0.82 | 0.06 | 66.46 | 0.86 | 0.55 |
| Hex | DA | EF | 2C | 9 | 0 | 52 | 6 | 42 | 56 | 37 |
| Octal | 332 | 357 | 54 | 11 | 0 | 122 | 6 | 102 | 126 | 67 |
| Binary | 11011010 | 11101111 | 101100 | 1001 | 0 | 1010010 | 110 | 1000010 | 1010110 | 110111 |
Color Harmonies of #DAEF2C
Complementary color
Monochromatic Colors of #DAEF2C
Black with #DAEF2C
Text Example
Text Example
White with #DAEF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEF2C; }
p { color: rgb(218,239,44); }
H1.HeaderClassName
{
color: #DAEF2C;
}
.AnyTagClassName
{
color: #DAEF2C;
}
</style>
background-color css
<style>
a { background-color: #DAEF2C; }
a { background-color: rgb(218,239,44); }
div.DivClassName
{
background-color: #DAEF2C;
}
.BgClassName
{
background-color: #DAEF2C;
}
</style>
border-color css
<style>
span { border-color: #DAEF2C; }
span { border-color: rgb(218,239,44); }
td.TdClassName
{
border-color: #DAEF2C;
}
.TagClassName
{
border-color: #DAEF2C;
}
</style>