Shades of Pear #D3F429
Tints of Pear #D3F429
RGB
CMYK
RGB Variations
Color information
#D3F429 (or 0xD3F429) is known color: Pear. HEX triplet: D3, F4 and 29. RGB value is (211,244,41). Sum of RGB (Red+Green+Blue) = 211+244+41=496 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.54% from 496); Green value is 244 (95.70% from 255 or 49.19% from 496); Blue value is 41 (16.41% from 255 or 8.27% from 496); Max value from RGB is 244 - color contains mainly: green. Hex color #D3F429 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F429 is #2C0BD6. Grayscale: #D3D3D3. Windows color (decimal): -2886615 or 2749651. OLE color: 2749651.
HSL color Cylindrical-coordinate representation of color #D3F429: hue angle of 69.75º 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 #D3F429 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 244 | 41 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.04 |
| HSL | 69.75º | 0.9% | 0.56% | - |
| HSV(B) | 69.75º | 0.83% | 0.96% | - |
| XYZ | 59.61 | 78.71 | 14.15 | - |
| YUV | 210.99 | 32.07 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 244 | 41 | 0.14 | 0 | 0.83 | 0.04 | 69.75 | 0.9 | 0.56 |
| Hex | D3 | F4 | 29 | E | 0 | 53 | 4 | 46 | 5A | 38 |
| Octal | 323 | 364 | 51 | 16 | 0 | 123 | 4 | 106 | 132 | 70 |
| Binary | 11010011 | 11110100 | 101001 | 1110 | 0 | 1010011 | 100 | 1000110 | 1011010 | 111000 |
Color Harmonies of #D3F429
Complementary color
Monochromatic Colors of #D3F429
Black with #D3F429
Text Example
Text Example
White with #D3F429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F429; }
p { color: rgb(211,244,41); }
H1.HeaderClassName
{
color: #D3F429;
}
.AnyTagClassName
{
color: #D3F429;
}
</style>
background-color css
<style>
a { background-color: #D3F429; }
a { background-color: rgb(211,244,41); }
div.DivClassName
{
background-color: #D3F429;
}
.BgClassName
{
background-color: #D3F429;
}
</style>
border-color css
<style>
span { border-color: #D3F429; }
span { border-color: rgb(211,244,41); }
td.TdClassName
{
border-color: #D3F429;
}
.TagClassName
{
border-color: #D3F429;
}
</style>