Shades of Pear #D4F431
Tints of Pear #D4F431
RGB
CMYK
RGB Variations
Color information
#D4F431 (or 0xD4F431) is known color: Pear. HEX triplet: D4, F4 and 31. RGB value is (212,244,49). Sum of RGB (Red+Green+Blue) = 212+244+49=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 244 (95.70% from 255 or 48.32% from 505); Blue value is 49 (19.53% from 255 or 9.70% from 505); Max value from RGB is 244 - color contains mainly: green. Hex color #D4F431 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F431 is #2B0BCE. Grayscale: #D4D4D4. Windows color (decimal): -2821071 or 3273940. OLE color: 3273940.
HSL color Cylindrical-coordinate representation of color #D4F431: hue angle of 69.85º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D4F431 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 244 | 49 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.04 |
| HSL | 69.85º | 0.9% | 0.57% | - |
| HSV(B) | 69.85º | 0.8% | 0.96% | - |
| XYZ | 60.06 | 78.92 | 14.97 | - |
| YUV | 212.2 | 35.9 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 244 | 49 | 0.13 | 0 | 0.80 | 0.04 | 69.85 | 0.9 | 0.57 |
| Hex | D4 | F4 | 31 | D | 0 | 50 | 4 | 46 | 5A | 39 |
| Octal | 324 | 364 | 61 | 15 | 0 | 120 | 4 | 106 | 132 | 71 |
| Binary | 11010100 | 11110100 | 110001 | 1101 | 0 | 1010000 | 100 | 1000110 | 1011010 | 111001 |
Color Harmonies of #D4F431
Complementary color
Monochromatic Colors of #D4F431
Black with #D4F431
Text Example
Text Example
White with #D4F431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F431; }
p { color: rgb(212,244,49); }
H1.HeaderClassName
{
color: #D4F431;
}
.AnyTagClassName
{
color: #D4F431;
}
</style>
background-color css
<style>
a { background-color: #D4F431; }
a { background-color: rgb(212,244,49); }
div.DivClassName
{
background-color: #D4F431;
}
.BgClassName
{
background-color: #D4F431;
}
</style>
border-color css
<style>
span { border-color: #D4F431; }
span { border-color: rgb(212,244,49); }
td.TdClassName
{
border-color: #D4F431;
}
.TagClassName
{
border-color: #D4F431;
}
</style>