Shades of Pear #D6E415
Tints of Pear #D6E415
RGB
CMYK
RGB Variations
Color information
#D6E415 (or 0xD6E415) is known color: Pear. HEX triplet: D6, E4 and 15. RGB value is (214,228,21). Sum of RGB (Red+Green+Blue) = 214+228+21=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 228 (89.45% from 255 or 49.24% from 463); Blue value is 21 (8.59% from 255 or 4.54% from 463); Max value from RGB is 228 - color contains mainly: green. Hex color #D6E415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6E415 is #291BEA. Grayscale: #C9C9C9. Windows color (decimal): -2694123 or 1434838. OLE color: 1434838.
HSL color Cylindrical-coordinate representation of color #D6E415: hue angle of 64.06º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D6E415 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 228 | 21 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.11 |
| HSL | 64.06º | 0.83% | 0.49% | - |
| HSV(B) | 64.06º | 0.91% | 0.89% | - |
| XYZ | 55.61 | 69.84 | 11.26 | - |
| YUV | 200.22 | 26.86 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 228 | 21 | 0.06 | 0 | 0.91 | 0.11 | 64.06 | 0.83 | 0.49 |
| Hex | D6 | E4 | 15 | 6 | 0 | 5B | B | 40 | 53 | 31 |
| Octal | 326 | 344 | 25 | 6 | 0 | 133 | 13 | 100 | 123 | 61 |
| Binary | 11010110 | 11100100 | 10101 | 110 | 0 | 1011011 | 1011 | 1000000 | 1010011 | 110001 |
Color Harmonies of #D6E415
Complementary color
Monochromatic Colors of #D6E415
Black with #D6E415
Text Example
Text Example
White with #D6E415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E415; }
p { color: rgb(214,228,21); }
H1.HeaderClassName
{
color: #D6E415;
}
.AnyTagClassName
{
color: #D6E415;
}
</style>
background-color css
<style>
a { background-color: #D6E415; }
a { background-color: rgb(214,228,21); }
div.DivClassName
{
background-color: #D6E415;
}
.BgClassName
{
background-color: #D6E415;
}
</style>
border-color css
<style>
span { border-color: #D6E415; }
span { border-color: rgb(214,228,21); }
td.TdClassName
{
border-color: #D6E415;
}
.TagClassName
{
border-color: #D6E415;
}
</style>