Shades of Pear #D4EE1C
Tints of Pear #D4EE1C
RGB
CMYK
RGB Variations
Color information
#D4EE1C (or 0xD4EE1C) is known color: Pear. HEX triplet: D4, EE and 1C. RGB value is (212,238,28). Sum of RGB (Red+Green+Blue) = 212+238+28=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 238 (93.36% from 255 or 49.79% from 478); Blue value is 28 (11.33% from 255 or 5.86% from 478); Max value from RGB is 238 - color contains mainly: green. Hex color #D4EE1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4EE1C is #2B11E3. Grayscale: #CFCFCF. Windows color (decimal): -2822628 or 1896148. OLE color: 1896148.
HSL color Cylindrical-coordinate representation of color #D4EE1C: hue angle of 67.43º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D4EE1C is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 238 | 28 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.07 |
| HSL | 67.43º | 0.86% | 0.52% | - |
| HSV(B) | 67.43º | 0.88% | 0.93% | - |
| XYZ | 57.94 | 75.23 | 12.57 | - |
| YUV | 206.29 | 27.39 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 238 | 28 | 0.11 | 0 | 0.88 | 0.07 | 67.43 | 0.86 | 0.52 |
| Hex | D4 | EE | 1C | B | 0 | 58 | 7 | 43 | 56 | 34 |
| Octal | 324 | 356 | 34 | 13 | 0 | 130 | 7 | 103 | 126 | 64 |
| Binary | 11010100 | 11101110 | 11100 | 1011 | 0 | 1011000 | 111 | 1000011 | 1010110 | 110100 |
Color Harmonies of #D4EE1C
Complementary color
Monochromatic Colors of #D4EE1C
Black with #D4EE1C
Text Example
Text Example
White with #D4EE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EE1C; }
p { color: rgb(212,238,28); }
H1.HeaderClassName
{
color: #D4EE1C;
}
.AnyTagClassName
{
color: #D4EE1C;
}
</style>
background-color css
<style>
a { background-color: #D4EE1C; }
a { background-color: rgb(212,238,28); }
div.DivClassName
{
background-color: #D4EE1C;
}
.BgClassName
{
background-color: #D4EE1C;
}
</style>
border-color css
<style>
span { border-color: #D4EE1C; }
span { border-color: rgb(212,238,28); }
td.TdClassName
{
border-color: #D4EE1C;
}
.TagClassName
{
border-color: #D4EE1C;
}
</style>