Shades of Pear #D3F94A
Tints of Pear #D3F94A
RGB
CMYK
RGB Variations
Color information
#D3F94A (or 0xD3F94A) is known color: Pear. HEX triplet: D3, F9 and 4A. RGB value is (211,249,74). Sum of RGB (Red+Green+Blue) = 211+249+74=534 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.51% from 534); Green value is 249 (97.66% from 255 or 46.63% from 534); Blue value is 74 (29.30% from 255 or 13.86% from 534); Max value from RGB is 249 - color contains mainly: green. Hex color #D3F94A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F94A is #2C06B5. Grayscale: #DADADA. Windows color (decimal): -2885302 or 4913619. OLE color: 4913619.
HSL color Cylindrical-coordinate representation of color #D3F94A: hue angle of 73.03º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3F94A is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 249 | 74 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.02 |
| HSL | 73.03º | 0.94% | 0.63% | - |
| HSV(B) | 73.03º | 0.7% | 0.98% | - |
| XYZ | 61.98 | 82.09 | 19.06 | - |
| YUV | 217.69 | 46.91 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 249 | 74 | 0.15 | 0 | 0.70 | 0.02 | 73.03 | 0.94 | 0.63 |
| Hex | D3 | F9 | 4A | F | 0 | 46 | 2 | 49 | 5E | 3F |
| Octal | 323 | 371 | 112 | 17 | 0 | 106 | 2 | 111 | 136 | 77 |
| Binary | 11010011 | 11111001 | 1001010 | 1111 | 0 | 1000110 | 10 | 1001001 | 1011110 | 111111 |
Color Harmonies of #D3F94A
Complementary color
Monochromatic Colors of #D3F94A
Black with #D3F94A
Text Example
Text Example
White with #D3F94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F94A; }
p { color: rgb(211,249,74); }
H1.HeaderClassName
{
color: #D3F94A;
}
.AnyTagClassName
{
color: #D3F94A;
}
</style>
background-color css
<style>
a { background-color: #D3F94A; }
a { background-color: rgb(211,249,74); }
div.DivClassName
{
background-color: #D3F94A;
}
.BgClassName
{
background-color: #D3F94A;
}
</style>
border-color css
<style>
span { border-color: #D3F94A; }
span { border-color: rgb(211,249,74); }
td.TdClassName
{
border-color: #D3F94A;
}
.TagClassName
{
border-color: #D3F94A;
}
</style>