Shades of Pear #D4F94A
Tints of Pear #D4F94A
RGB
CMYK
RGB Variations
Color information
#D4F94A (or 0xD4F94A) is known color: Pear. HEX triplet: D4, F9 and 4A. RGB value is (212,249,74). Sum of RGB (Red+Green+Blue) = 212+249+74=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 249 (97.66% from 255 or 46.54% from 535); Blue value is 74 (29.30% from 255 or 13.83% from 535); Max value from RGB is 249 - color contains mainly: green. Hex color #D4F94A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F94A is #2B06B5. Grayscale: #DADADA. Windows color (decimal): -2819766 or 4913620. OLE color: 4913620.
HSL color Cylindrical-coordinate representation of color #D4F94A: hue angle of 72.69º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D4F94A is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 249 | 74 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.02 |
| HSL | 72.69º | 0.94% | 0.63% | - |
| HSV(B) | 72.69º | 0.7% | 0.98% | - |
| XYZ | 62.26 | 82.24 | 19.07 | - |
| YUV | 217.99 | 46.74 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 249 | 74 | 0.15 | 0 | 0.70 | 0.02 | 72.69 | 0.94 | 0.63 |
| Hex | D4 | F9 | 4A | F | 0 | 46 | 2 | 49 | 5E | 3F |
| Octal | 324 | 371 | 112 | 17 | 0 | 106 | 2 | 111 | 136 | 77 |
| Binary | 11010100 | 11111001 | 1001010 | 1111 | 0 | 1000110 | 10 | 1001001 | 1011110 | 111111 |
Color Harmonies of #D4F94A
Complementary color
Monochromatic Colors of #D4F94A
Black with #D4F94A
Text Example
Text Example
White with #D4F94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F94A; }
p { color: rgb(212,249,74); }
H1.HeaderClassName
{
color: #D4F94A;
}
.AnyTagClassName
{
color: #D4F94A;
}
</style>
background-color css
<style>
a { background-color: #D4F94A; }
a { background-color: rgb(212,249,74); }
div.DivClassName
{
background-color: #D4F94A;
}
.BgClassName
{
background-color: #D4F94A;
}
</style>
border-color css
<style>
span { border-color: #D4F94A; }
span { border-color: rgb(212,249,74); }
td.TdClassName
{
border-color: #D4F94A;
}
.TagClassName
{
border-color: #D4F94A;
}
</style>