Shades of Pear #D0EA40
Tints of Pear #D0EA40
RGB
CMYK
RGB Variations
Color information
#D0EA40 (or 0xD0EA40) is known color: Pear. HEX triplet: D0, EA and 40. RGB value is (208,234,64). Sum of RGB (Red+Green+Blue) = 208+234+64=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 234 (91.80% from 255 or 46.25% from 506); Blue value is 64 (25.39% from 255 or 12.65% from 506); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EA40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0EA40 is #2F15BF. Grayscale: #CFCFCF. Windows color (decimal): -3085760 or 4254416. OLE color: 4254416.
HSL color Cylindrical-coordinate representation of color #D0EA40: hue angle of 69.18º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D0EA40 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 234 | 64 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.08 |
| HSL | 69.18º | 0.8% | 0.58% | - |
| HSV(B) | 69.18º | 0.73% | 0.92% | - |
| XYZ | 56.36 | 72.63 | 15.9 | - |
| YUV | 206.85 | 47.39 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 234 | 64 | 0.11 | 0 | 0.73 | 0.08 | 69.18 | 0.8 | 0.58 |
| Hex | D0 | EA | 40 | B | 0 | 49 | 8 | 45 | 50 | 3A |
| Octal | 320 | 352 | 100 | 13 | 0 | 111 | 10 | 105 | 120 | 72 |
| Binary | 11010000 | 11101010 | 1000000 | 1011 | 0 | 1001001 | 1000 | 1000101 | 1010000 | 111010 |
Color Harmonies of #D0EA40
Complementary color
Monochromatic Colors of #D0EA40
Black with #D0EA40
Text Example
Text Example
White with #D0EA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EA40; }
p { color: rgb(208,234,64); }
H1.HeaderClassName
{
color: #D0EA40;
}
.AnyTagClassName
{
color: #D0EA40;
}
</style>
background-color css
<style>
a { background-color: #D0EA40; }
a { background-color: rgb(208,234,64); }
div.DivClassName
{
background-color: #D0EA40;
}
.BgClassName
{
background-color: #D0EA40;
}
</style>
border-color css
<style>
span { border-color: #D0EA40; }
span { border-color: rgb(208,234,64); }
td.TdClassName
{
border-color: #D0EA40;
}
.TagClassName
{
border-color: #D0EA40;
}
</style>