Shades of Pear #D1F24E
Tints of Pear #D1F24E
RGB
CMYK
RGB Variations
Color information
#D1F24E (or 0xD1F24E) is known color: Pear. HEX triplet: D1, F2 and 4E. RGB value is (209,242,78). Sum of RGB (Red+Green+Blue) = 209+242+78=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 242 (94.92% from 255 or 45.75% from 529); Blue value is 78 (30.86% from 255 or 14.74% from 529); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F24E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F24E is #2E0DB1. Grayscale: #D6D6D6. Windows color (decimal): -3018162 or 5173969. OLE color: 5173969.
HSL color Cylindrical-coordinate representation of color #D1F24E: hue angle of 72.07º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D1F24E is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 242 | 78 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.05 |
| HSL | 72.07º | 0.86% | 0.63% | - |
| HSV(B) | 72.07º | 0.68% | 0.95% | - |
| XYZ | 59.42 | 77.61 | 19.06 | - |
| YUV | 213.44 | 51.57 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 242 | 78 | 0.14 | 0 | 0.68 | 0.05 | 72.07 | 0.86 | 0.63 |
| Hex | D1 | F2 | 4E | E | 0 | 44 | 5 | 48 | 56 | 3F |
| Octal | 321 | 362 | 116 | 16 | 0 | 104 | 5 | 110 | 126 | 77 |
| Binary | 11010001 | 11110010 | 1001110 | 1110 | 0 | 1000100 | 101 | 1001000 | 1010110 | 111111 |
Color Harmonies of #D1F24E
Complementary color
Monochromatic Colors of #D1F24E
Black with #D1F24E
Text Example
Text Example
White with #D1F24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F24E; }
p { color: rgb(209,242,78); }
H1.HeaderClassName
{
color: #D1F24E;
}
.AnyTagClassName
{
color: #D1F24E;
}
</style>
background-color css
<style>
a { background-color: #D1F24E; }
a { background-color: rgb(209,242,78); }
div.DivClassName
{
background-color: #D1F24E;
}
.BgClassName
{
background-color: #D1F24E;
}
</style>
border-color css
<style>
span { border-color: #D1F24E; }
span { border-color: rgb(209,242,78); }
td.TdClassName
{
border-color: #D1F24E;
}
.TagClassName
{
border-color: #D1F24E;
}
</style>