Shades of Pear #D0EA24
Tints of Pear #D0EA24
RGB
CMYK
RGB Variations
Color information
#D0EA24 (or 0xD0EA24) is known color: Pear. HEX triplet: D0, EA and 24. RGB value is (208,234,36). Sum of RGB (Red+Green+Blue) = 208+234+36=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 234 (91.80% from 255 or 48.95% from 478); Blue value is 36 (14.45% from 255 or 7.53% from 478); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EA24 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0EA24 is #2F15DB. Grayscale: #CCCCCC. Windows color (decimal): -3085788 or 2419408. OLE color: 2419408.
HSL color Cylindrical-coordinate representation of color #D0EA24: hue angle of 67.88º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D0EA24 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 234 | 36 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.08 |
| HSL | 67.88º | 0.83% | 0.53% | - |
| HSV(B) | 67.88º | 0.85% | 0.92% | - |
| XYZ | 55.75 | 72.38 | 12.7 | - |
| YUV | 203.65 | 33.39 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 234 | 36 | 0.11 | 0 | 0.85 | 0.08 | 67.88 | 0.83 | 0.53 |
| Hex | D0 | EA | 24 | B | 0 | 55 | 8 | 44 | 52 | 35 |
| Octal | 320 | 352 | 44 | 13 | 0 | 125 | 10 | 104 | 122 | 65 |
| Binary | 11010000 | 11101010 | 100100 | 1011 | 0 | 1010101 | 1000 | 1000100 | 1010010 | 110101 |
Color Harmonies of #D0EA24
Complementary color
Monochromatic Colors of #D0EA24
Black with #D0EA24
Text Example
Text Example
White with #D0EA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EA24; }
p { color: rgb(208,234,36); }
H1.HeaderClassName
{
color: #D0EA24;
}
.AnyTagClassName
{
color: #D0EA24;
}
</style>
background-color css
<style>
a { background-color: #D0EA24; }
a { background-color: rgb(208,234,36); }
div.DivClassName
{
background-color: #D0EA24;
}
.BgClassName
{
background-color: #D0EA24;
}
</style>
border-color css
<style>
span { border-color: #D0EA24; }
span { border-color: rgb(208,234,36); }
td.TdClassName
{
border-color: #D0EA24;
}
.TagClassName
{
border-color: #D0EA24;
}
</style>