Shades of Pear #D1F429
Tints of Pear #D1F429
RGB
CMYK
RGB Variations
Color information
#D1F429 (or 0xD1F429) is known color: Pear. HEX triplet: D1, F4 and 29. RGB value is (209,244,41). Sum of RGB (Red+Green+Blue) = 209+244+41=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 244 (95.70% from 255 or 49.39% from 494); Blue value is 41 (16.41% from 255 or 8.30% from 494); Max value from RGB is 244 - color contains mainly: green. Hex color #D1F429 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F429 is #2E0BD6. Grayscale: #D3D3D3. Windows color (decimal): -3017687 or 2749649. OLE color: 2749649.
HSL color Cylindrical-coordinate representation of color #D1F429: hue angle of 70.34º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D1F429 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 244 | 41 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.04 |
| HSL | 70.34º | 0.9% | 0.56% | - |
| HSV(B) | 70.34º | 0.83% | 0.96% | - |
| XYZ | 59.05 | 78.42 | 14.12 | - |
| YUV | 210.39 | 32.4 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 244 | 41 | 0.14 | 0 | 0.83 | 0.04 | 70.34 | 0.9 | 0.56 |
| Hex | D1 | F4 | 29 | E | 0 | 53 | 4 | 46 | 5A | 38 |
| Octal | 321 | 364 | 51 | 16 | 0 | 123 | 4 | 106 | 132 | 70 |
| Binary | 11010001 | 11110100 | 101001 | 1110 | 0 | 1010011 | 100 | 1000110 | 1011010 | 111000 |
Color Harmonies of #D1F429
Complementary color
Monochromatic Colors of #D1F429
Black with #D1F429
Text Example
Text Example
White with #D1F429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F429; }
p { color: rgb(209,244,41); }
H1.HeaderClassName
{
color: #D1F429;
}
.AnyTagClassName
{
color: #D1F429;
}
</style>
background-color css
<style>
a { background-color: #D1F429; }
a { background-color: rgb(209,244,41); }
div.DivClassName
{
background-color: #D1F429;
}
.BgClassName
{
background-color: #D1F429;
}
</style>
border-color css
<style>
span { border-color: #D1F429; }
span { border-color: rgb(209,244,41); }
td.TdClassName
{
border-color: #D1F429;
}
.TagClassName
{
border-color: #D1F429;
}
</style>