Shades of Pear #D4F72A
Tints of Pear #D4F72A
RGB
CMYK
RGB Variations
Color information
#D4F72A (or 0xD4F72A) is known color: Pear. HEX triplet: D4, F7 and 2A. RGB value is (212,247,42). Sum of RGB (Red+Green+Blue) = 212+247+42=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 247 (96.88% from 255 or 49.30% from 501); Blue value is 42 (16.80% from 255 or 8.38% from 501); Max value from RGB is 247 - color contains mainly: green. Hex color #D4F72A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F72A is #2B08D5. Grayscale: #D5D5D5. Windows color (decimal): -2820310 or 2815956. OLE color: 2815956.
HSL color Cylindrical-coordinate representation of color #D4F72A: hue angle of 70.24º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D4F72A is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 247 | 42 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.03 |
| HSL | 70.24º | 0.93% | 0.57% | - |
| HSV(B) | 70.24º | 0.83% | 0.97% | - |
| XYZ | 60.83 | 80.69 | 14.56 | - |
| YUV | 213.17 | 31.4 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 247 | 42 | 0.14 | 0 | 0.83 | 0.03 | 70.24 | 0.93 | 0.57 |
| Hex | D4 | F7 | 2A | E | 0 | 53 | 3 | 46 | 5D | 39 |
| Octal | 324 | 367 | 52 | 16 | 0 | 123 | 3 | 106 | 135 | 71 |
| Binary | 11010100 | 11110111 | 101010 | 1110 | 0 | 1010011 | 11 | 1000110 | 1011101 | 111001 |
Color Harmonies of #D4F72A
Complementary color
Monochromatic Colors of #D4F72A
Black with #D4F72A
Text Example
Text Example
White with #D4F72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F72A; }
p { color: rgb(212,247,42); }
H1.HeaderClassName
{
color: #D4F72A;
}
.AnyTagClassName
{
color: #D4F72A;
}
</style>
background-color css
<style>
a { background-color: #D4F72A; }
a { background-color: rgb(212,247,42); }
div.DivClassName
{
background-color: #D4F72A;
}
.BgClassName
{
background-color: #D4F72A;
}
</style>
border-color css
<style>
span { border-color: #D4F72A; }
span { border-color: rgb(212,247,42); }
td.TdClassName
{
border-color: #D4F72A;
}
.TagClassName
{
border-color: #D4F72A;
}
</style>