Shades of Pear #D2EB2B
Tints of Pear #D2EB2B
RGB
CMYK
RGB Variations
Color information
#D2EB2B (or 0xD2EB2B) is known color: Pear. HEX triplet: D2, EB and 2B. RGB value is (210,235,43). Sum of RGB (Red+Green+Blue) = 210+235+43=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 235 (92.19% from 255 or 48.16% from 488); Blue value is 43 (17.19% from 255 or 8.81% from 488); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2EB2B is #2D14D4. Grayscale: #CECECE. Windows color (decimal): -2954453 or 2878418. OLE color: 2878418.
HSL color Cylindrical-coordinate representation of color #D2EB2B: hue angle of 67.81º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D2EB2B is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 235 | 43 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.08 |
| HSL | 67.81º | 0.83% | 0.55% | - |
| HSV(B) | 67.81º | 0.82% | 0.92% | - |
| XYZ | 56.72 | 73.29 | 13.44 | - |
| YUV | 205.64 | 36.22 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 235 | 43 | 0.11 | 0 | 0.82 | 0.08 | 67.81 | 0.83 | 0.55 |
| Hex | D2 | EB | 2B | B | 0 | 52 | 8 | 44 | 53 | 37 |
| Octal | 322 | 353 | 53 | 13 | 0 | 122 | 10 | 104 | 123 | 67 |
| Binary | 11010010 | 11101011 | 101011 | 1011 | 0 | 1010010 | 1000 | 1000100 | 1010011 | 110111 |
Color Harmonies of #D2EB2B
Complementary color
Monochromatic Colors of #D2EB2B
Black with #D2EB2B
Text Example
Text Example
White with #D2EB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EB2B; }
p { color: rgb(210,235,43); }
H1.HeaderClassName
{
color: #D2EB2B;
}
.AnyTagClassName
{
color: #D2EB2B;
}
</style>
background-color css
<style>
a { background-color: #D2EB2B; }
a { background-color: rgb(210,235,43); }
div.DivClassName
{
background-color: #D2EB2B;
}
.BgClassName
{
background-color: #D2EB2B;
}
</style>
border-color css
<style>
span { border-color: #D2EB2B; }
span { border-color: rgb(210,235,43); }
td.TdClassName
{
border-color: #D2EB2B;
}
.TagClassName
{
border-color: #D2EB2B;
}
</style>