Shades of Pear #DAEC25
Tints of Pear #DAEC25
RGB
CMYK
RGB Variations
Color information
#DAEC25 (or 0xDAEC25) is known color: Pear. HEX triplet: DA, EC and 25. RGB value is (218,236,37). Sum of RGB (Red+Green+Blue) = 218+236+37=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 37 (14.84% from 255 or 7.54% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #DAEC25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEC25 is #2513DA. Grayscale: #D0D0D0. Windows color (decimal): -2429915 or 2485466. OLE color: 2485466.
HSL color Cylindrical-coordinate representation of color #DAEC25: hue angle of 65.43º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DAEC25 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 236 | 37 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.07 |
| HSL | 65.43º | 0.84% | 0.54% | - |
| HSV(B) | 65.43º | 0.84% | 0.93% | - |
| XYZ | 59.24 | 75.03 | 13.11 | - |
| YUV | 207.93 | 31.54 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 236 | 37 | 0.08 | 0 | 0.84 | 0.07 | 65.43 | 0.84 | 0.54 |
| Hex | DA | EC | 25 | 8 | 0 | 54 | 7 | 41 | 54 | 36 |
| Octal | 332 | 354 | 45 | 10 | 0 | 124 | 7 | 101 | 124 | 66 |
| Binary | 11011010 | 11101100 | 100101 | 1000 | 0 | 1010100 | 111 | 1000001 | 1010100 | 110110 |
Color Harmonies of #DAEC25
Complementary color
Monochromatic Colors of #DAEC25
Black with #DAEC25
Text Example
Text Example
White with #DAEC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEC25; }
p { color: rgb(218,236,37); }
H1.HeaderClassName
{
color: #DAEC25;
}
.AnyTagClassName
{
color: #DAEC25;
}
</style>
background-color css
<style>
a { background-color: #DAEC25; }
a { background-color: rgb(218,236,37); }
div.DivClassName
{
background-color: #DAEC25;
}
.BgClassName
{
background-color: #DAEC25;
}
</style>
border-color css
<style>
span { border-color: #DAEC25; }
span { border-color: rgb(218,236,37); }
td.TdClassName
{
border-color: #DAEC25;
}
.TagClassName
{
border-color: #DAEC25;
}
</style>