Shades of Pear #D4EA2F
Tints of Pear #D4EA2F
RGB
CMYK
RGB Variations
Color information
#D4EA2F (or 0xD4EA2F) is known color: Pear. HEX triplet: D4, EA and 2F. RGB value is (212,234,47). Sum of RGB (Red+Green+Blue) = 212+234+47=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 234 (91.80% from 255 or 47.46% from 493); Blue value is 47 (18.75% from 255 or 9.53% from 493); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EA2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4EA2F is #2B15D0. Grayscale: #CECECE. Windows color (decimal): -2823633 or 3140308. OLE color: 3140308.
HSL color Cylindrical-coordinate representation of color #D4EA2F: hue angle of 67.06º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D4EA2F is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 234 | 47 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.08 |
| HSL | 67.06º | 0.82% | 0.55% | - |
| HSV(B) | 67.06º | 0.8% | 0.92% | - |
| XYZ | 57.09 | 73.05 | 13.78 | - |
| YUV | 206.1 | 38.21 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 234 | 47 | 0.09 | 0 | 0.80 | 0.08 | 67.06 | 0.82 | 0.55 |
| Hex | D4 | EA | 2F | 9 | 0 | 50 | 8 | 43 | 52 | 37 |
| Octal | 324 | 352 | 57 | 11 | 0 | 120 | 10 | 103 | 122 | 67 |
| Binary | 11010100 | 11101010 | 101111 | 1001 | 0 | 1010000 | 1000 | 1000011 | 1010010 | 110111 |
Color Harmonies of #D4EA2F
Complementary color
Monochromatic Colors of #D4EA2F
Black with #D4EA2F
Text Example
Text Example
White with #D4EA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EA2F; }
p { color: rgb(212,234,47); }
H1.HeaderClassName
{
color: #D4EA2F;
}
.AnyTagClassName
{
color: #D4EA2F;
}
</style>
background-color css
<style>
a { background-color: #D4EA2F; }
a { background-color: rgb(212,234,47); }
div.DivClassName
{
background-color: #D4EA2F;
}
.BgClassName
{
background-color: #D4EA2F;
}
</style>
border-color css
<style>
span { border-color: #D4EA2F; }
span { border-color: rgb(212,234,47); }
td.TdClassName
{
border-color: #D4EA2F;
}
.TagClassName
{
border-color: #D4EA2F;
}
</style>