Shades of Pear #D9E62A
Tints of Pear #D9E62A
RGB
CMYK
RGB Variations
Color information
#D9E62A (or 0xD9E62A) is known color: Pear. HEX triplet: D9, E6 and 2A. RGB value is (217,230,42). Sum of RGB (Red+Green+Blue) = 217+230+42=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 230 (90.23% from 255 or 47.03% from 489); Blue value is 42 (16.80% from 255 or 8.59% from 489); Max value from RGB is 230 - color contains mainly: green. Hex color #D9E62A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9E62A is #2619D5. Grayscale: #CDCDCD. Windows color (decimal): -2496982 or 2811609. OLE color: 2811609.
HSL color Cylindrical-coordinate representation of color #D9E62A: hue angle of 64.15º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9E62A is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 230 | 42 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.10 |
| HSL | 64.15º | 0.79% | 0.53% | - |
| HSV(B) | 64.15º | 0.82% | 0.9% | - |
| XYZ | 57.33 | 71.51 | 12.97 | - |
| YUV | 204.68 | 36.19 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 230 | 42 | 0.06 | 0 | 0.82 | 0.10 | 64.15 | 0.79 | 0.53 |
| Hex | D9 | E6 | 2A | 6 | 0 | 52 | A | 40 | 4F | 35 |
| Octal | 331 | 346 | 52 | 6 | 0 | 122 | 12 | 100 | 117 | 65 |
| Binary | 11011001 | 11100110 | 101010 | 110 | 0 | 1010010 | 1010 | 1000000 | 1001111 | 110101 |
Color Harmonies of #D9E62A
Complementary color
Monochromatic Colors of #D9E62A
Black with #D9E62A
Text Example
Text Example
White with #D9E62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E62A; }
p { color: rgb(217,230,42); }
H1.HeaderClassName
{
color: #D9E62A;
}
.AnyTagClassName
{
color: #D9E62A;
}
</style>
background-color css
<style>
a { background-color: #D9E62A; }
a { background-color: rgb(217,230,42); }
div.DivClassName
{
background-color: #D9E62A;
}
.BgClassName
{
background-color: #D9E62A;
}
</style>
border-color css
<style>
span { border-color: #D9E62A; }
span { border-color: rgb(217,230,42); }
td.TdClassName
{
border-color: #D9E62A;
}
.TagClassName
{
border-color: #D9E62A;
}
</style>