Shades of Pear #D3F042
Tints of Pear #D3F042
RGB
CMYK
RGB Variations
Color information
#D3F042 (or 0xD3F042) is known color: Pear. HEX triplet: D3, F0 and 42. RGB value is (211,240,66). Sum of RGB (Red+Green+Blue) = 211+240+66=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 240 (94.14% from 255 or 46.42% from 517); Blue value is 66 (26.17% from 255 or 12.77% from 517); Max value from RGB is 240 - color contains mainly: green. Hex color #D3F042 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F042 is #2C0FBD. Grayscale: #D4D4D4. Windows color (decimal): -2887614 or 4387027. OLE color: 4387027.
HSL color Cylindrical-coordinate representation of color #D3F042: hue angle of 70º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D3F042 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 240 | 66 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.06 |
| HSL | 70º | 0.85% | 0.6% | - |
| HSV(B) | 70º | 0.73% | 0.94% | - |
| XYZ | 59.01 | 76.56 | 16.82 | - |
| YUV | 211.49 | 45.89 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 240 | 66 | 0.12 | 0 | 0.72 | 0.06 | 70 | 0.85 | 0.6 |
| Hex | D3 | F0 | 42 | C | 0 | 48 | 6 | 46 | 55 | 3C |
| Octal | 323 | 360 | 102 | 14 | 0 | 110 | 6 | 106 | 125 | 74 |
| Binary | 11010011 | 11110000 | 1000010 | 1100 | 0 | 1001000 | 110 | 1000110 | 1010101 | 111100 |
Color Harmonies of #D3F042
Complementary color
Monochromatic Colors of #D3F042
Black with #D3F042
Text Example
Text Example
White with #D3F042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F042; }
p { color: rgb(211,240,66); }
H1.HeaderClassName
{
color: #D3F042;
}
.AnyTagClassName
{
color: #D3F042;
}
</style>
background-color css
<style>
a { background-color: #D3F042; }
a { background-color: rgb(211,240,66); }
div.DivClassName
{
background-color: #D3F042;
}
.BgClassName
{
background-color: #D3F042;
}
</style>
border-color css
<style>
span { border-color: #D3F042; }
span { border-color: rgb(211,240,66); }
td.TdClassName
{
border-color: #D3F042;
}
.TagClassName
{
border-color: #D3F042;
}
</style>