Shades of Pear #D4E43C
Tints of Pear #D4E43C
RGB
CMYK
RGB Variations
Color information
#D4E43C (or 0xD4E43C) is known color: Pear. HEX triplet: D4, E4 and 3C. RGB value is (212,228,60). Sum of RGB (Red+Green+Blue) = 212+228+60=500 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.4% from 500); Green value is 228 (89.45% from 255 or 45.6% from 500); Blue value is 60 (23.83% from 255 or 12% from 500); Max value from RGB is 228 - color contains mainly: green. Hex color #D4E43C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4E43C is #2B1BC3. Grayscale: #CCCCCC. Windows color (decimal): -2825156 or 3990740. OLE color: 3990740.
HSL color Cylindrical-coordinate representation of color #D4E43C: hue angle of 65.71º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D4E43C is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 228 | 60 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.11 |
| HSL | 65.71º | 0.76% | 0.56% | - |
| HSV(B) | 65.71º | 0.74% | 0.89% | - |
| XYZ | 55.71 | 69.81 | 14.81 | - |
| YUV | 204.06 | 46.7 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 228 | 60 | 0.07 | 0 | 0.74 | 0.11 | 65.71 | 0.76 | 0.56 |
| Hex | D4 | E4 | 3C | 7 | 0 | 4A | B | 42 | 4C | 38 |
| Octal | 324 | 344 | 74 | 7 | 0 | 112 | 13 | 102 | 114 | 70 |
| Binary | 11010100 | 11100100 | 111100 | 111 | 0 | 1001010 | 1011 | 1000010 | 1001100 | 111000 |
Color Harmonies of #D4E43C
Complementary color
Monochromatic Colors of #D4E43C
Black with #D4E43C
Text Example
Text Example
White with #D4E43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E43C; }
p { color: rgb(212,228,60); }
H1.HeaderClassName
{
color: #D4E43C;
}
.AnyTagClassName
{
color: #D4E43C;
}
</style>
background-color css
<style>
a { background-color: #D4E43C; }
a { background-color: rgb(212,228,60); }
div.DivClassName
{
background-color: #D4E43C;
}
.BgClassName
{
background-color: #D4E43C;
}
</style>
border-color css
<style>
span { border-color: #D4E43C; }
span { border-color: rgb(212,228,60); }
td.TdClassName
{
border-color: #D4E43C;
}
.TagClassName
{
border-color: #D4E43C;
}
</style>