Shades of Pear #DAEF40
Tints of Pear #DAEF40
RGB
CMYK
RGB Variations
Color information
#DAEF40 (or 0xDAEF40) is known color: Pear. HEX triplet: DA, EF and 40. RGB value is (218,239,64). Sum of RGB (Red+Green+Blue) = 218+239+64=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 64 (25.39% from 255 or 12.28% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEF40 is #2510BF. Grayscale: #D5D5D5. Windows color (decimal): -2429120 or 4255706. OLE color: 4255706.
HSL color Cylindrical-coordinate representation of color #DAEF40: hue angle of 67.2º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DAEF40 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 239 | 64 | - |
| CMYK | 0.09 | 0 | 0.73 | 0.06 |
| HSL | 67.2º | 0.85% | 0.59% | - |
| HSV(B) | 67.2º | 0.73% | 0.94% | - |
| XYZ | 60.71 | 77.01 | 16.52 | - |
| YUV | 212.77 | 44.04 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 239 | 64 | 0.09 | 0 | 0.73 | 0.06 | 67.2 | 0.85 | 0.59 |
| Hex | DA | EF | 40 | 9 | 0 | 49 | 6 | 43 | 55 | 3B |
| Octal | 332 | 357 | 100 | 11 | 0 | 111 | 6 | 103 | 125 | 73 |
| Binary | 11011010 | 11101111 | 1000000 | 1001 | 0 | 1001001 | 110 | 1000011 | 1010101 | 111011 |
Color Harmonies of #DAEF40
Complementary color
Monochromatic Colors of #DAEF40
Black with #DAEF40
Text Example
Text Example
White with #DAEF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEF40; }
p { color: rgb(218,239,64); }
H1.HeaderClassName
{
color: #DAEF40;
}
.AnyTagClassName
{
color: #DAEF40;
}
</style>
background-color css
<style>
a { background-color: #DAEF40; }
a { background-color: rgb(218,239,64); }
div.DivClassName
{
background-color: #DAEF40;
}
.BgClassName
{
background-color: #DAEF40;
}
</style>
border-color css
<style>
span { border-color: #DAEF40; }
span { border-color: rgb(218,239,64); }
td.TdClassName
{
border-color: #DAEF40;
}
.TagClassName
{
border-color: #DAEF40;
}
</style>