Shades of Pear #D1F94A
Tints of Pear #D1F94A
RGB
CMYK
RGB Variations
Color information
#D1F94A (or 0xD1F94A) is known color: Pear. HEX triplet: D1, F9 and 4A. RGB value is (209,249,74). Sum of RGB (Red+Green+Blue) = 209+249+74=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 249 (97.66% from 255 or 46.80% from 532); Blue value is 74 (29.30% from 255 or 13.91% from 532); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F94A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F94A is #2E06B5. Grayscale: #D9D9D9. Windows color (decimal): -3016374 or 4913617. OLE color: 4913617.
HSL color Cylindrical-coordinate representation of color #D1F94A: hue angle of 73.71º 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 #D1F94A is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 249 | 74 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.02 |
| HSL | 73.71º | 0.94% | 0.63% | - |
| HSV(B) | 73.71º | 0.7% | 0.98% | - |
| XYZ | 61.41 | 81.8 | 19.03 | - |
| YUV | 217.09 | 47.25 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 249 | 74 | 0.16 | 0 | 0.70 | 0.02 | 73.71 | 0.94 | 0.63 |
| Hex | D1 | F9 | 4A | 10 | 0 | 46 | 2 | 4A | 5E | 3F |
| Octal | 321 | 371 | 112 | 20 | 0 | 106 | 2 | 112 | 136 | 77 |
| Binary | 11010001 | 11111001 | 1001010 | 10000 | 0 | 1000110 | 10 | 1001010 | 1011110 | 111111 |
Color Harmonies of #D1F94A
Complementary color
Monochromatic Colors of #D1F94A
Black with #D1F94A
Text Example
Text Example
White with #D1F94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F94A; }
p { color: rgb(209,249,74); }
H1.HeaderClassName
{
color: #D1F94A;
}
.AnyTagClassName
{
color: #D1F94A;
}
</style>
background-color css
<style>
a { background-color: #D1F94A; }
a { background-color: rgb(209,249,74); }
div.DivClassName
{
background-color: #D1F94A;
}
.BgClassName
{
background-color: #D1F94A;
}
</style>
border-color css
<style>
span { border-color: #D1F94A; }
span { border-color: rgb(209,249,74); }
td.TdClassName
{
border-color: #D1F94A;
}
.TagClassName
{
border-color: #D1F94A;
}
</style>