Shades of Pear #D6E512
Tints of Pear #D6E512
RGB
CMYK
RGB Variations
Color information
#D6E512 (or 0xD6E512) is known color: Pear. HEX triplet: D6, E5 and 12. RGB value is (214,229,18). Sum of RGB (Red+Green+Blue) = 214+229+18=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 229 (89.84% from 255 or 49.67% from 461); Blue value is 18 (7.42% from 255 or 3.90% from 461); Max value from RGB is 229 - color contains mainly: green. Hex color #D6E512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6E512 is #291AED. Grayscale: #C9C9C9. Windows color (decimal): -2693870 or 1238486. OLE color: 1238486.
HSL color Cylindrical-coordinate representation of color #D6E512: hue angle of 64.27º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D6E512 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 229 | 18 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.10 |
| HSL | 64.27º | 0.85% | 0.48% | - |
| HSV(B) | 64.27º | 0.92% | 0.9% | - |
| XYZ | 55.86 | 70.38 | 11.21 | - |
| YUV | 200.46 | 25.03 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 229 | 18 | 0.07 | 0 | 0.92 | 0.10 | 64.27 | 0.85 | 0.48 |
| Hex | D6 | E5 | 12 | 7 | 0 | 5C | A | 40 | 55 | 30 |
| Octal | 326 | 345 | 22 | 7 | 0 | 134 | 12 | 100 | 125 | 60 |
| Binary | 11010110 | 11100101 | 10010 | 111 | 0 | 1011100 | 1010 | 1000000 | 1010101 | 110000 |
Color Harmonies of #D6E512
Complementary color
Monochromatic Colors of #D6E512
Black with #D6E512
Text Example
Text Example
White with #D6E512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E512; }
p { color: rgb(214,229,18); }
H1.HeaderClassName
{
color: #D6E512;
}
.AnyTagClassName
{
color: #D6E512;
}
</style>
background-color css
<style>
a { background-color: #D6E512; }
a { background-color: rgb(214,229,18); }
div.DivClassName
{
background-color: #D6E512;
}
.BgClassName
{
background-color: #D6E512;
}
</style>
border-color css
<style>
span { border-color: #D6E512; }
span { border-color: rgb(214,229,18); }
td.TdClassName
{
border-color: #D6E512;
}
.TagClassName
{
border-color: #D6E512;
}
</style>