Shades of Pear #D7E512
Tints of Pear #D7E512
RGB
CMYK
RGB Variations
Color information
#D7E512 (or 0xD7E512) is known color: Pear. HEX triplet: D7, E5 and 12. RGB value is (215,229,18). Sum of RGB (Red+Green+Blue) = 215+229+18=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 229 (89.84% from 255 or 49.57% from 462); Blue value is 18 (7.42% from 255 or 3.90% from 462); Max value from RGB is 229 - color contains mainly: green. Hex color #D7E512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7E512 is #281AED. Grayscale: #C9C9C9. Windows color (decimal): -2628334 or 1238487. OLE color: 1238487.
HSL color Cylindrical-coordinate representation of color #D7E512: hue angle of 63.98º 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 #D7E512 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 229 | 18 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.10 |
| HSL | 63.98º | 0.85% | 0.48% | - |
| HSV(B) | 63.98º | 0.92% | 0.9% | - |
| XYZ | 56.15 | 70.53 | 11.23 | - |
| YUV | 200.76 | 24.86 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 229 | 18 | 0.06 | 0 | 0.92 | 0.10 | 63.98 | 0.85 | 0.48 |
| Hex | D7 | E5 | 12 | 6 | 0 | 5C | A | 40 | 55 | 30 |
| Octal | 327 | 345 | 22 | 6 | 0 | 134 | 12 | 100 | 125 | 60 |
| Binary | 11010111 | 11100101 | 10010 | 110 | 0 | 1011100 | 1010 | 1000000 | 1010101 | 110000 |
Color Harmonies of #D7E512
Complementary color
Monochromatic Colors of #D7E512
Black with #D7E512
Text Example
Text Example
White with #D7E512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E512; }
p { color: rgb(215,229,18); }
H1.HeaderClassName
{
color: #D7E512;
}
.AnyTagClassName
{
color: #D7E512;
}
</style>
background-color css
<style>
a { background-color: #D7E512; }
a { background-color: rgb(215,229,18); }
div.DivClassName
{
background-color: #D7E512;
}
.BgClassName
{
background-color: #D7E512;
}
</style>
border-color css
<style>
span { border-color: #D7E512; }
span { border-color: rgb(215,229,18); }
td.TdClassName
{
border-color: #D7E512;
}
.TagClassName
{
border-color: #D7E512;
}
</style>