Shades of Pear #D1E614
Tints of Pear #D1E614
RGB
CMYK
RGB Variations
Color information
#D1E614 (or 0xD1E614) is known color: Pear. HEX triplet: D1, E6 and 14. RGB value is (209,230,20). Sum of RGB (Red+Green+Blue) = 209+230+20=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 230 (90.23% from 255 or 50.11% from 459); Blue value is 20 (8.20% from 255 or 4.36% from 459); Max value from RGB is 230 - color contains mainly: green. Hex color #D1E614 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1E614 is #2E19EB. Grayscale: #C8C8C8. Windows color (decimal): -3021292 or 1369809. OLE color: 1369809.
HSL color Cylindrical-coordinate representation of color #D1E614: hue angle of 66º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D1E614 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 230 | 20 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.10 |
| HSL | 66º | 0.84% | 0.49% | - |
| HSV(B) | 66º | 0.91% | 0.9% | - |
| XYZ | 54.72 | 70.2 | 11.33 | - |
| YUV | 199.78 | 26.54 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 230 | 20 | 0.09 | 0 | 0.91 | 0.10 | 66 | 0.84 | 0.49 |
| Hex | D1 | E6 | 14 | 9 | 0 | 5B | A | 42 | 54 | 31 |
| Octal | 321 | 346 | 24 | 11 | 0 | 133 | 12 | 102 | 124 | 61 |
| Binary | 11010001 | 11100110 | 10100 | 1001 | 0 | 1011011 | 1010 | 1000010 | 1010100 | 110001 |
Color Harmonies of #D1E614
Complementary color
Monochromatic Colors of #D1E614
Black with #D1E614
Text Example
Text Example
White with #D1E614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E614; }
p { color: rgb(209,230,20); }
H1.HeaderClassName
{
color: #D1E614;
}
.AnyTagClassName
{
color: #D1E614;
}
</style>
background-color css
<style>
a { background-color: #D1E614; }
a { background-color: rgb(209,230,20); }
div.DivClassName
{
background-color: #D1E614;
}
.BgClassName
{
background-color: #D1E614;
}
</style>
border-color css
<style>
span { border-color: #D1E614; }
span { border-color: rgb(209,230,20); }
td.TdClassName
{
border-color: #D1E614;
}
.TagClassName
{
border-color: #D1E614;
}
</style>