Shades of Pear #DAEF3E
Tints of Pear #DAEF3E
RGB
CMYK
RGB Variations
Color information
#DAEF3E (or 0xDAEF3E) is known color: Pear. HEX triplet: DA, EF and 3E. RGB value is (218,239,62). Sum of RGB (Red+Green+Blue) = 218+239+62=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 239 (93.75% from 255 or 46.05% from 519); Blue value is 62 (24.61% from 255 or 11.95% from 519); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEF3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEF3E is #2510C1. Grayscale: #D5D5D5. Windows color (decimal): -2429122 or 4124634. OLE color: 4124634.
HSL color Cylindrical-coordinate representation of color #DAEF3E: hue angle of 67.12º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DAEF3E is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 239 | 62 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.06 |
| HSL | 67.12º | 0.85% | 0.59% | - |
| HSV(B) | 67.12º | 0.74% | 0.94% | - |
| XYZ | 60.65 | 76.99 | 16.22 | - |
| YUV | 212.54 | 43.04 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 239 | 62 | 0.09 | 0 | 0.74 | 0.06 | 67.12 | 0.85 | 0.59 |
| Hex | DA | EF | 3E | 9 | 0 | 4A | 6 | 43 | 55 | 3B |
| Octal | 332 | 357 | 76 | 11 | 0 | 112 | 6 | 103 | 125 | 73 |
| Binary | 11011010 | 11101111 | 111110 | 1001 | 0 | 1001010 | 110 | 1000011 | 1010101 | 111011 |
Color Harmonies of #DAEF3E
Complementary color
Monochromatic Colors of #DAEF3E
Black with #DAEF3E
Text Example
Text Example
White with #DAEF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEF3E; }
p { color: rgb(218,239,62); }
H1.HeaderClassName
{
color: #DAEF3E;
}
.AnyTagClassName
{
color: #DAEF3E;
}
</style>
background-color css
<style>
a { background-color: #DAEF3E; }
a { background-color: rgb(218,239,62); }
div.DivClassName
{
background-color: #DAEF3E;
}
.BgClassName
{
background-color: #DAEF3E;
}
</style>
border-color css
<style>
span { border-color: #DAEF3E; }
span { border-color: rgb(218,239,62); }
td.TdClassName
{
border-color: #DAEF3E;
}
.TagClassName
{
border-color: #DAEF3E;
}
</style>