Shades of Pear #D4EC2F
Tints of Pear #D4EC2F
RGB
CMYK
RGB Variations
Color information
#D4EC2F (or 0xD4EC2F) is known color: Pear. HEX triplet: D4, EC and 2F. RGB value is (212,236,47). Sum of RGB (Red+Green+Blue) = 212+236+47=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 236 (92.58% from 255 or 47.68% from 495); Blue value is 47 (18.75% from 255 or 9.49% from 495); Max value from RGB is 236 - color contains mainly: green. Hex color #D4EC2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4EC2F is #2B13D0. Grayscale: #D0D0D0. Windows color (decimal): -2823121 or 3140820. OLE color: 3140820.
HSL color Cylindrical-coordinate representation of color #D4EC2F: hue angle of 67.62º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D4EC2F is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 236 | 47 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.07 |
| HSL | 67.62º | 0.83% | 0.55% | - |
| HSV(B) | 67.62º | 0.8% | 0.93% | - |
| XYZ | 57.66 | 74.19 | 13.97 | - |
| YUV | 207.28 | 37.55 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 236 | 47 | 0.10 | 0 | 0.80 | 0.07 | 67.62 | 0.83 | 0.55 |
| Hex | D4 | EC | 2F | A | 0 | 50 | 7 | 44 | 53 | 37 |
| Octal | 324 | 354 | 57 | 12 | 0 | 120 | 7 | 104 | 123 | 67 |
| Binary | 11010100 | 11101100 | 101111 | 1010 | 0 | 1010000 | 111 | 1000100 | 1010011 | 110111 |
Color Harmonies of #D4EC2F
Complementary color
Monochromatic Colors of #D4EC2F
Black with #D4EC2F
Text Example
Text Example
White with #D4EC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EC2F; }
p { color: rgb(212,236,47); }
H1.HeaderClassName
{
color: #D4EC2F;
}
.AnyTagClassName
{
color: #D4EC2F;
}
</style>
background-color css
<style>
a { background-color: #D4EC2F; }
a { background-color: rgb(212,236,47); }
div.DivClassName
{
background-color: #D4EC2F;
}
.BgClassName
{
background-color: #D4EC2F;
}
</style>
border-color css
<style>
span { border-color: #D4EC2F; }
span { border-color: rgb(212,236,47); }
td.TdClassName
{
border-color: #D4EC2F;
}
.TagClassName
{
border-color: #D4EC2F;
}
</style>