Shades of Pear #D2EB32
Tints of Pear #D2EB32
RGB
CMYK
RGB Variations
Color information
#D2EB32 (or 0xD2EB32) is known color: Pear. HEX triplet: D2, EB and 32. RGB value is (210,235,50). Sum of RGB (Red+Green+Blue) = 210+235+50=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 235 (92.19% from 255 or 47.47% from 495); Blue value is 50 (19.92% from 255 or 10.10% from 495); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2EB32 is #2D14CD. Grayscale: #CFCFCF. Windows color (decimal): -2954446 or 3337170. OLE color: 3337170.
HSL color Cylindrical-coordinate representation of color #D2EB32: hue angle of 68.11º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D2EB32 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 235 | 50 | - |
| CMYK | 0.11 | 0 | 0.79 | 0.08 |
| HSL | 68.11º | 0.82% | 0.56% | - |
| HSV(B) | 68.11º | 0.79% | 0.92% | - |
| XYZ | 56.86 | 73.35 | 14.18 | - |
| YUV | 206.44 | 39.72 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 235 | 50 | 0.11 | 0 | 0.79 | 0.08 | 68.11 | 0.82 | 0.56 |
| Hex | D2 | EB | 32 | B | 0 | 4F | 8 | 44 | 52 | 38 |
| Octal | 322 | 353 | 62 | 13 | 0 | 117 | 10 | 104 | 122 | 70 |
| Binary | 11010010 | 11101011 | 110010 | 1011 | 0 | 1001111 | 1000 | 1000100 | 1010010 | 111000 |
Color Harmonies of #D2EB32
Complementary color
Monochromatic Colors of #D2EB32
Black with #D2EB32
Text Example
Text Example
White with #D2EB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EB32; }
p { color: rgb(210,235,50); }
H1.HeaderClassName
{
color: #D2EB32;
}
.AnyTagClassName
{
color: #D2EB32;
}
</style>
background-color css
<style>
a { background-color: #D2EB32; }
a { background-color: rgb(210,235,50); }
div.DivClassName
{
background-color: #D2EB32;
}
.BgClassName
{
background-color: #D2EB32;
}
</style>
border-color css
<style>
span { border-color: #D2EB32; }
span { border-color: rgb(210,235,50); }
td.TdClassName
{
border-color: #D2EB32;
}
.TagClassName
{
border-color: #D2EB32;
}
</style>