Shades of Pear #D2EB20
Tints of Pear #D2EB20
RGB
CMYK
RGB Variations
Color information
#D2EB20 (or 0xD2EB20) is known color: Pear. HEX triplet: D2, EB and 20. RGB value is (210,235,32). Sum of RGB (Red+Green+Blue) = 210+235+32=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 235 (92.19% from 255 or 49.27% from 477); Blue value is 32 (12.89% from 255 or 6.71% from 477); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2EB20 is #2D14DF. Grayscale: #CDCDCD. Windows color (decimal): -2954464 or 2157522. OLE color: 2157522.
HSL color Cylindrical-coordinate representation of color #D2EB20: hue angle of 67.39º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D2EB20 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 235 | 32 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.08 |
| HSL | 67.39º | 0.84% | 0.52% | - |
| HSV(B) | 67.39º | 0.86% | 0.92% | - |
| XYZ | 56.55 | 73.22 | 12.52 | - |
| YUV | 204.38 | 30.72 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 235 | 32 | 0.11 | 0 | 0.86 | 0.08 | 67.39 | 0.84 | 0.52 |
| Hex | D2 | EB | 20 | B | 0 | 56 | 8 | 43 | 54 | 34 |
| Octal | 322 | 353 | 40 | 13 | 0 | 126 | 10 | 103 | 124 | 64 |
| Binary | 11010010 | 11101011 | 100000 | 1011 | 0 | 1010110 | 1000 | 1000011 | 1010100 | 110100 |
Color Harmonies of #D2EB20
Complementary color
Monochromatic Colors of #D2EB20
Black with #D2EB20
Text Example
Text Example
White with #D2EB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EB20; }
p { color: rgb(210,235,32); }
H1.HeaderClassName
{
color: #D2EB20;
}
.AnyTagClassName
{
color: #D2EB20;
}
</style>
background-color css
<style>
a { background-color: #D2EB20; }
a { background-color: rgb(210,235,32); }
div.DivClassName
{
background-color: #D2EB20;
}
.BgClassName
{
background-color: #D2EB20;
}
</style>
border-color css
<style>
span { border-color: #D2EB20; }
span { border-color: rgb(210,235,32); }
td.TdClassName
{
border-color: #D2EB20;
}
.TagClassName
{
border-color: #D2EB20;
}
</style>