Shades of Pear #D2EA14
Tints of Pear #D2EA14
RGB
CMYK
RGB Variations
Color information
#D2EA14 (or 0xD2EA14) is known color: Pear. HEX triplet: D2, EA and 14. RGB value is (210,234,20). Sum of RGB (Red+Green+Blue) = 210+234+20=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 234 (91.80% from 255 or 50.43% from 464); Blue value is 20 (8.20% from 255 or 4.31% from 464); Max value from RGB is 234 - color contains mainly: green. Hex color #D2EA14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2EA14 is #2D15EB. Grayscale: #CBCBCB. Windows color (decimal): -2954732 or 1370834. OLE color: 1370834.
HSL color Cylindrical-coordinate representation of color #D2EA14: hue angle of 66.73º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D2EA14 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 234 | 20 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.08 |
| HSL | 66.73º | 0.84% | 0.5% | - |
| HSV(B) | 66.73º | 0.91% | 0.92% | - |
| XYZ | 56.13 | 72.6 | 11.72 | - |
| YUV | 202.43 | 25.05 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 234 | 20 | 0.10 | 0 | 0.91 | 0.08 | 66.73 | 0.84 | 0.5 |
| Hex | D2 | EA | 14 | A | 0 | 5B | 8 | 43 | 54 | 32 |
| Octal | 322 | 352 | 24 | 12 | 0 | 133 | 10 | 103 | 124 | 62 |
| Binary | 11010010 | 11101010 | 10100 | 1010 | 0 | 1011011 | 1000 | 1000011 | 1010100 | 110010 |
Color Harmonies of #D2EA14
Complementary color
Monochromatic Colors of #D2EA14
Black with #D2EA14
Text Example
Text Example
White with #D2EA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EA14; }
p { color: rgb(210,234,20); }
H1.HeaderClassName
{
color: #D2EA14;
}
.AnyTagClassName
{
color: #D2EA14;
}
</style>
background-color css
<style>
a { background-color: #D2EA14; }
a { background-color: rgb(210,234,20); }
div.DivClassName
{
background-color: #D2EA14;
}
.BgClassName
{
background-color: #D2EA14;
}
</style>
border-color css
<style>
span { border-color: #D2EA14; }
span { border-color: rgb(210,234,20); }
td.TdClassName
{
border-color: #D2EA14;
}
.TagClassName
{
border-color: #D2EA14;
}
</style>