Shades of Pear #D4EE48
Tints of Pear #D4EE48
RGB
CMYK
RGB Variations
Color information
#D4EE48 (or 0xD4EE48) is known color: Pear. HEX triplet: D4, EE and 48. RGB value is (212,238,72). Sum of RGB (Red+Green+Blue) = 212+238+72=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 238 (93.36% from 255 or 45.59% from 522); Blue value is 72 (28.52% from 255 or 13.79% from 522); Max value from RGB is 238 - color contains mainly: green. Hex color #D4EE48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4EE48 is #2B11B7. Grayscale: #D3D3D3. Windows color (decimal): -2822584 or 4779732. OLE color: 4779732.
HSL color Cylindrical-coordinate representation of color #D4EE48: hue angle of 69.4º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D4EE48 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 238 | 72 | - |
| CMYK | 0.11 | 0 | 0.70 | 0.07 |
| HSL | 69.4º | 0.83% | 0.61% | - |
| HSV(B) | 69.4º | 0.7% | 0.93% | - |
| XYZ | 58.9 | 75.61 | 17.62 | - |
| YUV | 211.3 | 49.39 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 238 | 72 | 0.11 | 0 | 0.70 | 0.07 | 69.4 | 0.83 | 0.61 |
| Hex | D4 | EE | 48 | B | 0 | 46 | 7 | 45 | 53 | 3D |
| Octal | 324 | 356 | 110 | 13 | 0 | 106 | 7 | 105 | 123 | 75 |
| Binary | 11010100 | 11101110 | 1001000 | 1011 | 0 | 1000110 | 111 | 1000101 | 1010011 | 111101 |
Color Harmonies of #D4EE48
Complementary color
Monochromatic Colors of #D4EE48
Black with #D4EE48
Text Example
Text Example
White with #D4EE48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EE48; }
p { color: rgb(212,238,72); }
H1.HeaderClassName
{
color: #D4EE48;
}
.AnyTagClassName
{
color: #D4EE48;
}
</style>
background-color css
<style>
a { background-color: #D4EE48; }
a { background-color: rgb(212,238,72); }
div.DivClassName
{
background-color: #D4EE48;
}
.BgClassName
{
background-color: #D4EE48;
}
</style>
border-color css
<style>
span { border-color: #D4EE48; }
span { border-color: rgb(212,238,72); }
td.TdClassName
{
border-color: #D4EE48;
}
.TagClassName
{
border-color: #D4EE48;
}
</style>