Shades of Pear #D2E713
Tints of Pear #D2E713
RGB
CMYK
RGB Variations
Color information
#D2E713 (or 0xD2E713) is known color: Pear. HEX triplet: D2, E7 and 13. RGB value is (210,231,19). Sum of RGB (Red+Green+Blue) = 210+231+19=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 231 (90.62% from 255 or 50.22% from 460); Blue value is 19 (7.81% from 255 or 4.13% from 460); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E713 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2E713 is #2D18EC. Grayscale: #C9C9C9. Windows color (decimal): -2955501 or 1304530. OLE color: 1304530.
HSL color Cylindrical-coordinate representation of color #D2E713: hue angle of 65.94º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D2E713 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 231 | 19 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.09 |
| HSL | 65.94º | 0.85% | 0.49% | - |
| HSV(B) | 65.94º | 0.92% | 0.91% | - |
| XYZ | 55.27 | 70.9 | 11.39 | - |
| YUV | 200.55 | 25.54 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 231 | 19 | 0.09 | 0 | 0.92 | 0.09 | 65.94 | 0.85 | 0.49 |
| Hex | D2 | E7 | 13 | 9 | 0 | 5C | 9 | 42 | 55 | 31 |
| Octal | 322 | 347 | 23 | 11 | 0 | 134 | 11 | 102 | 125 | 61 |
| Binary | 11010010 | 11100111 | 10011 | 1001 | 0 | 1011100 | 1001 | 1000010 | 1010101 | 110001 |
Color Harmonies of #D2E713
Complementary color
Monochromatic Colors of #D2E713
Black with #D2E713
Text Example
Text Example
White with #D2E713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E713; }
p { color: rgb(210,231,19); }
H1.HeaderClassName
{
color: #D2E713;
}
.AnyTagClassName
{
color: #D2E713;
}
</style>
background-color css
<style>
a { background-color: #D2E713; }
a { background-color: rgb(210,231,19); }
div.DivClassName
{
background-color: #D2E713;
}
.BgClassName
{
background-color: #D2E713;
}
</style>
border-color css
<style>
span { border-color: #D2E713; }
span { border-color: rgb(210,231,19); }
td.TdClassName
{
border-color: #D2E713;
}
.TagClassName
{
border-color: #D2E713;
}
</style>