Shades of Pear #D2E02B
Tints of Pear #D2E02B
RGB
CMYK
RGB Variations
Color information
#D2E02B (or 0xD2E02B) is known color: Pear. HEX triplet: D2, E0 and 2B. RGB value is (210,224,43). Sum of RGB (Red+Green+Blue) = 210+224+43=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 43 (17.19% from 255 or 9.01% from 477); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E02B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E02B is #2D1FD4. Grayscale: #C7C7C7. Windows color (decimal): -2957269 or 2875602. OLE color: 2875602.
HSL color Cylindrical-coordinate representation of color #D2E02B: hue angle of 64.64º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D2E02B is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 224 | 43 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.12 |
| HSL | 64.64º | 0.74% | 0.52% | - |
| HSV(B) | 64.64º | 0.81% | 0.88% | - |
| XYZ | 53.67 | 67.19 | 12.43 | - |
| YUV | 199.18 | 39.86 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 224 | 43 | 0.06 | 0 | 0.81 | 0.12 | 64.64 | 0.74 | 0.52 |
| Hex | D2 | E0 | 2B | 6 | 0 | 51 | C | 41 | 4A | 34 |
| Octal | 322 | 340 | 53 | 6 | 0 | 121 | 14 | 101 | 112 | 64 |
| Binary | 11010010 | 11100000 | 101011 | 110 | 0 | 1010001 | 1100 | 1000001 | 1001010 | 110100 |
Color Harmonies of #D2E02B
Complementary color
Monochromatic Colors of #D2E02B
Black with #D2E02B
Text Example
Text Example
White with #D2E02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E02B; }
p { color: rgb(210,224,43); }
H1.HeaderClassName
{
color: #D2E02B;
}
.AnyTagClassName
{
color: #D2E02B;
}
</style>
background-color css
<style>
a { background-color: #D2E02B; }
a { background-color: rgb(210,224,43); }
div.DivClassName
{
background-color: #D2E02B;
}
.BgClassName
{
background-color: #D2E02B;
}
</style>
border-color css
<style>
span { border-color: #D2E02B; }
span { border-color: rgb(210,224,43); }
td.TdClassName
{
border-color: #D2E02B;
}
.TagClassName
{
border-color: #D2E02B;
}
</style>