Shades of Pear #D1F64E
Tints of Pear #D1F64E
RGB
CMYK
RGB Variations
Color information
#D1F64E (or 0xD1F64E) is known color: Pear. HEX triplet: D1, F6 and 4E. RGB value is (209,246,78). Sum of RGB (Red+Green+Blue) = 209+246+78=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 246 (96.48% from 255 or 46.15% from 533); Blue value is 78 (30.86% from 255 or 14.63% from 533); Max value from RGB is 246 - color contains mainly: green. Hex color #D1F64E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F64E is #2E09B1. Grayscale: #D8D8D8. Windows color (decimal): -3017138 or 5174993. OLE color: 5174993.
HSL color Cylindrical-coordinate representation of color #D1F64E: hue angle of 73.21º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D1F64E is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 246 | 78 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.04 |
| HSL | 73.21º | 0.9% | 0.64% | - |
| HSV(B) | 73.21º | 0.68% | 0.96% | - |
| XYZ | 60.63 | 80.02 | 19.46 | - |
| YUV | 215.79 | 50.24 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 246 | 78 | 0.15 | 0 | 0.68 | 0.04 | 73.21 | 0.9 | 0.64 |
| Hex | D1 | F6 | 4E | F | 0 | 44 | 4 | 49 | 5A | 40 |
| Octal | 321 | 366 | 116 | 17 | 0 | 104 | 4 | 111 | 132 | 100 |
| Binary | 11010001 | 11110110 | 1001110 | 1111 | 0 | 1000100 | 100 | 1001001 | 1011010 | 1000000 |
Color Harmonies of #D1F64E
Complementary color
Monochromatic Colors of #D1F64E
Black with #D1F64E
Text Example
Text Example
White with #D1F64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F64E; }
p { color: rgb(209,246,78); }
H1.HeaderClassName
{
color: #D1F64E;
}
.AnyTagClassName
{
color: #D1F64E;
}
</style>
background-color css
<style>
a { background-color: #D1F64E; }
a { background-color: rgb(209,246,78); }
div.DivClassName
{
background-color: #D1F64E;
}
.BgClassName
{
background-color: #D1F64E;
}
</style>
border-color css
<style>
span { border-color: #D1F64E; }
span { border-color: rgb(209,246,78); }
td.TdClassName
{
border-color: #D1F64E;
}
.TagClassName
{
border-color: #D1F64E;
}
</style>