Shades of Pear #D3F32E
Tints of Pear #D3F32E
RGB
CMYK
RGB Variations
Color information
#D3F32E (or 0xD3F32E) is known color: Pear. HEX triplet: D3, F3 and 2E. RGB value is (211,243,46). Sum of RGB (Red+Green+Blue) = 211+243+46=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 243 (95.31% from 255 or 48.6% from 500); Blue value is 46 (18.36% from 255 or 9.2% from 500); Max value from RGB is 243 - color contains mainly: green. Hex color #D3F32E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F32E is #2C0CD1. Grayscale: #D3D3D3. Windows color (decimal): -2886866 or 3077075. OLE color: 3077075.
HSL color Cylindrical-coordinate representation of color #D3F32E: hue angle of 69.75º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D3F32E is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 243 | 46 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.05 |
| HSL | 69.75º | 0.89% | 0.57% | - |
| HSV(B) | 69.75º | 0.81% | 0.95% | - |
| XYZ | 59.41 | 78.15 | 14.54 | - |
| YUV | 210.97 | 34.9 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 243 | 46 | 0.13 | 0 | 0.81 | 0.05 | 69.75 | 0.89 | 0.57 |
| Hex | D3 | F3 | 2E | D | 0 | 51 | 5 | 46 | 59 | 39 |
| Octal | 323 | 363 | 56 | 15 | 0 | 121 | 5 | 106 | 131 | 71 |
| Binary | 11010011 | 11110011 | 101110 | 1101 | 0 | 1010001 | 101 | 1000110 | 1011001 | 111001 |
Color Harmonies of #D3F32E
Complementary color
Monochromatic Colors of #D3F32E
Black with #D3F32E
Text Example
Text Example
White with #D3F32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F32E; }
p { color: rgb(211,243,46); }
H1.HeaderClassName
{
color: #D3F32E;
}
.AnyTagClassName
{
color: #D3F32E;
}
</style>
background-color css
<style>
a { background-color: #D3F32E; }
a { background-color: rgb(211,243,46); }
div.DivClassName
{
background-color: #D3F32E;
}
.BgClassName
{
background-color: #D3F32E;
}
</style>
border-color css
<style>
span { border-color: #D3F32E; }
span { border-color: rgb(211,243,46); }
td.TdClassName
{
border-color: #D3F32E;
}
.TagClassName
{
border-color: #D3F32E;
}
</style>