Shades of Pear #D4F21D
Tints of Pear #D4F21D
RGB
CMYK
RGB Variations
Color information
#D4F21D (or 0xD4F21D) is known color: Pear. HEX triplet: D4, F2 and 1D. RGB value is (212,242,29). Sum of RGB (Red+Green+Blue) = 212+242+29=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 242 (94.92% from 255 or 50.10% from 483); Blue value is 29 (11.72% from 255 or 6.00% from 483); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F21D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F21D is #2B0DE2. Grayscale: #D1D1D1. Windows color (decimal): -2821603 or 1962708. OLE color: 1962708.
HSL color Cylindrical-coordinate representation of color #D4F21D: hue angle of 68.45º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D4F21D is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 242 | 29 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.05 |
| HSL | 68.45º | 0.89% | 0.53% | - |
| HSV(B) | 68.45º | 0.88% | 0.95% | - |
| XYZ | 59.13 | 77.59 | 13.02 | - |
| YUV | 208.75 | 26.56 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 242 | 29 | 0.12 | 0 | 0.88 | 0.05 | 68.45 | 0.89 | 0.53 |
| Hex | D4 | F2 | 1D | C | 0 | 58 | 5 | 44 | 59 | 35 |
| Octal | 324 | 362 | 35 | 14 | 0 | 130 | 5 | 104 | 131 | 65 |
| Binary | 11010100 | 11110010 | 11101 | 1100 | 0 | 1011000 | 101 | 1000100 | 1011001 | 110101 |
Color Harmonies of #D4F21D
Complementary color
Monochromatic Colors of #D4F21D
Black with #D4F21D
Text Example
Text Example
White with #D4F21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F21D; }
p { color: rgb(212,242,29); }
H1.HeaderClassName
{
color: #D4F21D;
}
.AnyTagClassName
{
color: #D4F21D;
}
</style>
background-color css
<style>
a { background-color: #D4F21D; }
a { background-color: rgb(212,242,29); }
div.DivClassName
{
background-color: #D4F21D;
}
.BgClassName
{
background-color: #D4F21D;
}
</style>
border-color css
<style>
span { border-color: #D4F21D; }
span { border-color: rgb(212,242,29); }
td.TdClassName
{
border-color: #D4F21D;
}
.TagClassName
{
border-color: #D4F21D;
}
</style>