Shades of Pear #D3F94B
Tints of Pear #D3F94B
RGB
CMYK
RGB Variations
Color information
#D3F94B (or 0xD3F94B) is known color: Pear. HEX triplet: D3, F9 and 4B. RGB value is (211,249,75). Sum of RGB (Red+Green+Blue) = 211+249+75=535 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.44% from 535); Green value is 249 (97.66% from 255 or 46.54% from 535); Blue value is 75 (29.69% from 255 or 14.02% from 535); Max value from RGB is 249 - color contains mainly: green. Hex color #D3F94B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F94B is #2C06B4. Grayscale: #DADADA. Windows color (decimal): -2885301 or 4979155. OLE color: 4979155.
HSL color Cylindrical-coordinate representation of color #D3F94B: hue angle of 73.1º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3F94B is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 249 | 75 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.02 |
| HSL | 73.1º | 0.94% | 0.64% | - |
| HSV(B) | 73.1º | 0.7% | 0.98% | - |
| XYZ | 62.01 | 82.11 | 19.24 | - |
| YUV | 217.8 | 47.41 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 249 | 75 | 0.15 | 0 | 0.70 | 0.02 | 73.1 | 0.94 | 0.64 |
| Hex | D3 | F9 | 4B | F | 0 | 46 | 2 | 49 | 5E | 40 |
| Octal | 323 | 371 | 113 | 17 | 0 | 106 | 2 | 111 | 136 | 100 |
| Binary | 11010011 | 11111001 | 1001011 | 1111 | 0 | 1000110 | 10 | 1001001 | 1011110 | 1000000 |
Color Harmonies of #D3F94B
Complementary color
Monochromatic Colors of #D3F94B
Black with #D3F94B
Text Example
Text Example
White with #D3F94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F94B; }
p { color: rgb(211,249,75); }
H1.HeaderClassName
{
color: #D3F94B;
}
.AnyTagClassName
{
color: #D3F94B;
}
</style>
background-color css
<style>
a { background-color: #D3F94B; }
a { background-color: rgb(211,249,75); }
div.DivClassName
{
background-color: #D3F94B;
}
.BgClassName
{
background-color: #D3F94B;
}
</style>
border-color css
<style>
span { border-color: #D3F94B; }
span { border-color: rgb(211,249,75); }
td.TdClassName
{
border-color: #D3F94B;
}
.TagClassName
{
border-color: #D3F94B;
}
</style>