Shades of Pear #D0EE34
Tints of Pear #D0EE34
RGB
CMYK
RGB Variations
Color information
#D0EE34 (or 0xD0EE34) is known color: Pear. HEX triplet: D0, EE and 34. RGB value is (208,238,52). Sum of RGB (Red+Green+Blue) = 208+238+52=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 238 (93.36% from 255 or 47.79% from 498); Blue value is 52 (20.70% from 255 or 10.44% from 498); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EE34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0EE34 is #2F11CB. Grayscale: #D0D0D0. Windows color (decimal): -3084748 or 3469008. OLE color: 3469008.
HSL color Cylindrical-coordinate representation of color #D0EE34: hue angle of 69.68º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0EE34 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 238 | 52 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.07 |
| HSL | 69.68º | 0.85% | 0.57% | - |
| HSV(B) | 69.68º | 0.78% | 0.93% | - |
| XYZ | 57.21 | 74.81 | 14.67 | - |
| YUV | 207.83 | 40.06 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 238 | 52 | 0.13 | 0 | 0.78 | 0.07 | 69.68 | 0.85 | 0.57 |
| Hex | D0 | EE | 34 | D | 0 | 4E | 7 | 46 | 55 | 39 |
| Octal | 320 | 356 | 64 | 15 | 0 | 116 | 7 | 106 | 125 | 71 |
| Binary | 11010000 | 11101110 | 110100 | 1101 | 0 | 1001110 | 111 | 1000110 | 1010101 | 111001 |
Color Harmonies of #D0EE34
Complementary color
Monochromatic Colors of #D0EE34
Black with #D0EE34
Text Example
Text Example
White with #D0EE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EE34; }
p { color: rgb(208,238,52); }
H1.HeaderClassName
{
color: #D0EE34;
}
.AnyTagClassName
{
color: #D0EE34;
}
</style>
background-color css
<style>
a { background-color: #D0EE34; }
a { background-color: rgb(208,238,52); }
div.DivClassName
{
background-color: #D0EE34;
}
.BgClassName
{
background-color: #D0EE34;
}
</style>
border-color css
<style>
span { border-color: #D0EE34; }
span { border-color: rgb(208,238,52); }
td.TdClassName
{
border-color: #D0EE34;
}
.TagClassName
{
border-color: #D0EE34;
}
</style>