Shades of Pear #D4E410
Tints of Pear #D4E410
RGB
CMYK
RGB Variations
Color information
#D4E410 (or 0xD4E410) is known color: Pear. HEX triplet: D4, E4 and 10. RGB value is (212,228,16). Sum of RGB (Red+Green+Blue) = 212+228+16=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 228 (89.45% from 255 or 50% from 456); Blue value is 16 (6.64% from 255 or 3.51% from 456); Max value from RGB is 228 - color contains mainly: green. Hex color #D4E410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4E410 is #2B1BEF. Grayscale: #C7C7C7. Windows color (decimal): -2825200 or 1107156. OLE color: 1107156.
HSL color Cylindrical-coordinate representation of color #D4E410: hue angle of 64.53º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D4E410 is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 228 | 16 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.11 |
| HSL | 64.53º | 0.87% | 0.48% | - |
| HSV(B) | 64.53º | 0.93% | 0.89% | - |
| XYZ | 54.99 | 69.52 | 11.01 | - |
| YUV | 199.05 | 24.7 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 228 | 16 | 0.07 | 0 | 0.93 | 0.11 | 64.53 | 0.87 | 0.48 |
| Hex | D4 | E4 | 10 | 7 | 0 | 5D | B | 41 | 57 | 30 |
| Octal | 324 | 344 | 20 | 7 | 0 | 135 | 13 | 101 | 127 | 60 |
| Binary | 11010100 | 11100100 | 10000 | 111 | 0 | 1011101 | 1011 | 1000001 | 1010111 | 110000 |
Color Harmonies of #D4E410
Complementary color
Monochromatic Colors of #D4E410
Black with #D4E410
Text Example
Text Example
White with #D4E410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E410; }
p { color: rgb(212,228,16); }
H1.HeaderClassName
{
color: #D4E410;
}
.AnyTagClassName
{
color: #D4E410;
}
</style>
background-color css
<style>
a { background-color: #D4E410; }
a { background-color: rgb(212,228,16); }
div.DivClassName
{
background-color: #D4E410;
}
.BgClassName
{
background-color: #D4E410;
}
</style>
border-color css
<style>
span { border-color: #D4E410; }
span { border-color: rgb(212,228,16); }
td.TdClassName
{
border-color: #D4E410;
}
.TagClassName
{
border-color: #D4E410;
}
</style>