Shades of Pear #D9EA1B
Tints of Pear #D9EA1B
RGB
CMYK
RGB Variations
Color information
#D9EA1B (or 0xD9EA1B) is known color: Pear. HEX triplet: D9, EA and 1B. RGB value is (217,234,27). Sum of RGB (Red+Green+Blue) = 217+234+27=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 234 (91.80% from 255 or 48.95% from 478); Blue value is 27 (10.94% from 255 or 5.65% from 478); Max value from RGB is 234 - color contains mainly: green. Hex color #D9EA1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9EA1B is #2615E4. Grayscale: #CECECE. Windows color (decimal): -2495973 or 1829593. OLE color: 1829593.
HSL color Cylindrical-coordinate representation of color #D9EA1B: hue angle of 64.93º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D9EA1B is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 234 | 27 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.08 |
| HSL | 64.93º | 0.83% | 0.51% | - |
| HSV(B) | 64.93º | 0.88% | 0.92% | - |
| XYZ | 58.24 | 73.68 | 12.19 | - |
| YUV | 205.32 | 27.37 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 234 | 27 | 0.07 | 0 | 0.88 | 0.08 | 64.93 | 0.83 | 0.51 |
| Hex | D9 | EA | 1B | 7 | 0 | 58 | 8 | 41 | 53 | 33 |
| Octal | 331 | 352 | 33 | 7 | 0 | 130 | 10 | 101 | 123 | 63 |
| Binary | 11011001 | 11101010 | 11011 | 111 | 0 | 1011000 | 1000 | 1000001 | 1010011 | 110011 |
Color Harmonies of #D9EA1B
Complementary color
Monochromatic Colors of #D9EA1B
Black with #D9EA1B
Text Example
Text Example
White with #D9EA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EA1B; }
p { color: rgb(217,234,27); }
H1.HeaderClassName
{
color: #D9EA1B;
}
.AnyTagClassName
{
color: #D9EA1B;
}
</style>
background-color css
<style>
a { background-color: #D9EA1B; }
a { background-color: rgb(217,234,27); }
div.DivClassName
{
background-color: #D9EA1B;
}
.BgClassName
{
background-color: #D9EA1B;
}
</style>
border-color css
<style>
span { border-color: #D9EA1B; }
span { border-color: rgb(217,234,27); }
td.TdClassName
{
border-color: #D9EA1B;
}
.TagClassName
{
border-color: #D9EA1B;
}
</style>