Shades of Pear #D2EF4D
Tints of Pear #D2EF4D
RGB
CMYK
RGB Variations
Color information
#D2EF4D (or 0xD2EF4D) is known color: Pear. HEX triplet: D2, EF and 4D. RGB value is (210,239,77). Sum of RGB (Red+Green+Blue) = 210+239+77=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 239 (93.75% from 255 or 45.44% from 526); Blue value is 77 (30.47% from 255 or 14.64% from 526); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EF4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2EF4D is #2D10B2. Grayscale: #D4D4D4. Windows color (decimal): -2953395 or 5107666. OLE color: 5107666.
HSL color Cylindrical-coordinate representation of color #D2EF4D: hue angle of 70.74º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D2EF4D is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 239 | 77 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.06 |
| HSL | 70.74º | 0.84% | 0.62% | - |
| HSV(B) | 70.74º | 0.68% | 0.94% | - |
| XYZ | 58.78 | 75.97 | 18.59 | - |
| YUV | 211.86 | 51.89 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 239 | 77 | 0.12 | 0 | 0.68 | 0.06 | 70.74 | 0.84 | 0.62 |
| Hex | D2 | EF | 4D | C | 0 | 44 | 6 | 47 | 54 | 3E |
| Octal | 322 | 357 | 115 | 14 | 0 | 104 | 6 | 107 | 124 | 76 |
| Binary | 11010010 | 11101111 | 1001101 | 1100 | 0 | 1000100 | 110 | 1000111 | 1010100 | 111110 |
Color Harmonies of #D2EF4D
Complementary color
Monochromatic Colors of #D2EF4D
Black with #D2EF4D
Text Example
Text Example
White with #D2EF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EF4D; }
p { color: rgb(210,239,77); }
H1.HeaderClassName
{
color: #D2EF4D;
}
.AnyTagClassName
{
color: #D2EF4D;
}
</style>
background-color css
<style>
a { background-color: #D2EF4D; }
a { background-color: rgb(210,239,77); }
div.DivClassName
{
background-color: #D2EF4D;
}
.BgClassName
{
background-color: #D2EF4D;
}
</style>
border-color css
<style>
span { border-color: #D2EF4D; }
span { border-color: rgb(210,239,77); }
td.TdClassName
{
border-color: #D2EF4D;
}
.TagClassName
{
border-color: #D2EF4D;
}
</style>