Shades of Pear #DAEC33
Tints of Pear #DAEC33
RGB
CMYK
RGB Variations
Color information
#DAEC33 (or 0xDAEC33) is known color: Pear. HEX triplet: DA, EC and 33. RGB value is (218,236,51). Sum of RGB (Red+Green+Blue) = 218+236+51=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 51 (20.31% from 255 or 10.10% from 505); Max value from RGB is 236 - color contains mainly: green. Hex color #DAEC33 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEC33 is #2513CC. Grayscale: #D2D2D2. Windows color (decimal): -2429901 or 3402970. OLE color: 3402970.
HSL color Cylindrical-coordinate representation of color #DAEC33: hue angle of 65.84º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DAEC33 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 236 | 51 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.07 |
| HSL | 65.84º | 0.83% | 0.56% | - |
| HSV(B) | 65.84º | 0.78% | 0.93% | - |
| XYZ | 59.51 | 75.14 | 14.5 | - |
| YUV | 209.53 | 38.54 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 236 | 51 | 0.08 | 0 | 0.78 | 0.07 | 65.84 | 0.83 | 0.56 |
| Hex | DA | EC | 33 | 8 | 0 | 4E | 7 | 42 | 53 | 38 |
| Octal | 332 | 354 | 63 | 10 | 0 | 116 | 7 | 102 | 123 | 70 |
| Binary | 11011010 | 11101100 | 110011 | 1000 | 0 | 1001110 | 111 | 1000010 | 1010011 | 111000 |
Color Harmonies of #DAEC33
Complementary color
Monochromatic Colors of #DAEC33
Black with #DAEC33
Text Example
Text Example
White with #DAEC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEC33; }
p { color: rgb(218,236,51); }
H1.HeaderClassName
{
color: #DAEC33;
}
.AnyTagClassName
{
color: #DAEC33;
}
</style>
background-color css
<style>
a { background-color: #DAEC33; }
a { background-color: rgb(218,236,51); }
div.DivClassName
{
background-color: #DAEC33;
}
.BgClassName
{
background-color: #DAEC33;
}
</style>
border-color css
<style>
span { border-color: #DAEC33; }
span { border-color: rgb(218,236,51); }
td.TdClassName
{
border-color: #DAEC33;
}
.TagClassName
{
border-color: #DAEC33;
}
</style>