Shades of Pear #D4F42C
Tints of Pear #D4F42C
RGB
CMYK
RGB Variations
Color information
#D4F42C (or 0xD4F42C) is known color: Pear. HEX triplet: D4, F4 and 2C. RGB value is (212,244,44). Sum of RGB (Red+Green+Blue) = 212+244+44=500 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.4% from 500); Green value is 244 (95.70% from 255 or 48.8% from 500); Blue value is 44 (17.58% from 255 or 8.8% from 500); Max value from RGB is 244 - color contains mainly: green. Hex color #D4F42C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F42C is #2B0BD3. Grayscale: #D4D4D4. Windows color (decimal): -2821076 or 2946260. OLE color: 2946260.
HSL color Cylindrical-coordinate representation of color #D4F42C: hue angle of 69.6º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D4F42C is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 244 | 44 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.04 |
| HSL | 69.6º | 0.9% | 0.56% | - |
| HSV(B) | 69.6º | 0.82% | 0.96% | - |
| XYZ | 59.96 | 78.88 | 14.45 | - |
| YUV | 211.63 | 33.4 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 244 | 44 | 0.13 | 0 | 0.82 | 0.04 | 69.6 | 0.9 | 0.56 |
| Hex | D4 | F4 | 2C | D | 0 | 52 | 4 | 46 | 5A | 38 |
| Octal | 324 | 364 | 54 | 15 | 0 | 122 | 4 | 106 | 132 | 70 |
| Binary | 11010100 | 11110100 | 101100 | 1101 | 0 | 1010010 | 100 | 1000110 | 1011010 | 111000 |
Color Harmonies of #D4F42C
Complementary color
Monochromatic Colors of #D4F42C
Black with #D4F42C
Text Example
Text Example
White with #D4F42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F42C; }
p { color: rgb(212,244,44); }
H1.HeaderClassName
{
color: #D4F42C;
}
.AnyTagClassName
{
color: #D4F42C;
}
</style>
background-color css
<style>
a { background-color: #D4F42C; }
a { background-color: rgb(212,244,44); }
div.DivClassName
{
background-color: #D4F42C;
}
.BgClassName
{
background-color: #D4F42C;
}
</style>
border-color css
<style>
span { border-color: #D4F42C; }
span { border-color: rgb(212,244,44); }
td.TdClassName
{
border-color: #D4F42C;
}
.TagClassName
{
border-color: #D4F42C;
}
</style>