Shades of Pear #D4EF28
Tints of Pear #D4EF28
RGB
CMYK
RGB Variations
Color information
#D4EF28 (or 0xD4EF28) is known color: Pear. HEX triplet: D4, EF and 28. RGB value is (212,239,40). Sum of RGB (Red+Green+Blue) = 212+239+40=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 239 (93.75% from 255 or 48.68% from 491); Blue value is 40 (16.02% from 255 or 8.15% from 491); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EF28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4EF28 is #2B10D7. Grayscale: #D1D1D1. Windows color (decimal): -2822360 or 2682836. OLE color: 2682836.
HSL color Cylindrical-coordinate representation of color #D4EF28: hue angle of 68.14º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D4EF28 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 239 | 40 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.06 |
| HSL | 68.14º | 0.86% | 0.55% | - |
| HSV(B) | 68.14º | 0.83% | 0.94% | - |
| XYZ | 58.4 | 75.88 | 13.58 | - |
| YUV | 208.24 | 33.05 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 239 | 40 | 0.11 | 0 | 0.83 | 0.06 | 68.14 | 0.86 | 0.55 |
| Hex | D4 | EF | 28 | B | 0 | 53 | 6 | 44 | 56 | 37 |
| Octal | 324 | 357 | 50 | 13 | 0 | 123 | 6 | 104 | 126 | 67 |
| Binary | 11010100 | 11101111 | 101000 | 1011 | 0 | 1010011 | 110 | 1000100 | 1010110 | 110111 |
Color Harmonies of #D4EF28
Complementary color
Monochromatic Colors of #D4EF28
Black with #D4EF28
Text Example
Text Example
White with #D4EF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EF28; }
p { color: rgb(212,239,40); }
H1.HeaderClassName
{
color: #D4EF28;
}
.AnyTagClassName
{
color: #D4EF28;
}
</style>
background-color css
<style>
a { background-color: #D4EF28; }
a { background-color: rgb(212,239,40); }
div.DivClassName
{
background-color: #D4EF28;
}
.BgClassName
{
background-color: #D4EF28;
}
</style>
border-color css
<style>
span { border-color: #D4EF28; }
span { border-color: rgb(212,239,40); }
td.TdClassName
{
border-color: #D4EF28;
}
.TagClassName
{
border-color: #D4EF28;
}
</style>