Shades of Pear #D3F029
Tints of Pear #D3F029
RGB
CMYK
RGB Variations
Color information
#D3F029 (or 0xD3F029) is known color: Pear. HEX triplet: D3, F0 and 29. RGB value is (211,240,41). Sum of RGB (Red+Green+Blue) = 211+240+41=492 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.89% from 492); Green value is 240 (94.14% from 255 or 48.78% from 492); Blue value is 41 (16.41% from 255 or 8.33% from 492); Max value from RGB is 240 - color contains mainly: green. Hex color #D3F029 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F029 is #2C0FD6. Grayscale: #D1D1D1. Windows color (decimal): -2887639 or 2748627. OLE color: 2748627.
HSL color Cylindrical-coordinate representation of color #D3F029: hue angle of 68.74º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D3F029 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 240 | 41 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.06 |
| HSL | 68.74º | 0.87% | 0.55% | - |
| HSV(B) | 68.74º | 0.83% | 0.94% | - |
| XYZ | 58.42 | 76.33 | 13.75 | - |
| YUV | 208.64 | 33.39 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 240 | 41 | 0.12 | 0 | 0.83 | 0.06 | 68.74 | 0.87 | 0.55 |
| Hex | D3 | F0 | 29 | C | 0 | 53 | 6 | 45 | 57 | 37 |
| Octal | 323 | 360 | 51 | 14 | 0 | 123 | 6 | 105 | 127 | 67 |
| Binary | 11010011 | 11110000 | 101001 | 1100 | 0 | 1010011 | 110 | 1000101 | 1010111 | 110111 |
Color Harmonies of #D3F029
Complementary color
Monochromatic Colors of #D3F029
Black with #D3F029
Text Example
Text Example
White with #D3F029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F029; }
p { color: rgb(211,240,41); }
H1.HeaderClassName
{
color: #D3F029;
}
.AnyTagClassName
{
color: #D3F029;
}
</style>
background-color css
<style>
a { background-color: #D3F029; }
a { background-color: rgb(211,240,41); }
div.DivClassName
{
background-color: #D3F029;
}
.BgClassName
{
background-color: #D3F029;
}
</style>
border-color css
<style>
span { border-color: #D3F029; }
span { border-color: rgb(211,240,41); }
td.TdClassName
{
border-color: #D3F029;
}
.TagClassName
{
border-color: #D3F029;
}
</style>