Shades of Pear #D2EB4C
Tints of Pear #D2EB4C
RGB
CMYK
RGB Variations
Color information
#D2EB4C (or 0xD2EB4C) is known color: Pear. HEX triplet: D2, EB and 4C. RGB value is (210,235,76). Sum of RGB (Red+Green+Blue) = 210+235+76=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 235 (92.19% from 255 or 45.11% from 521); Blue value is 76 (30.08% from 255 or 14.59% from 521); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2EB4C is #2D14B3. Grayscale: #D2D2D2. Windows color (decimal): -2954420 or 5041106. OLE color: 5041106.
HSL color Cylindrical-coordinate representation of color #D2EB4C: hue angle of 69.43º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D2EB4C is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 235 | 76 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.08 |
| HSL | 69.43º | 0.8% | 0.61% | - |
| HSV(B) | 69.43º | 0.68% | 0.92% | - |
| XYZ | 57.59 | 73.64 | 18.02 | - |
| YUV | 209.4 | 52.72 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 235 | 76 | 0.11 | 0 | 0.68 | 0.08 | 69.43 | 0.8 | 0.61 |
| Hex | D2 | EB | 4C | B | 0 | 44 | 8 | 45 | 50 | 3D |
| Octal | 322 | 353 | 114 | 13 | 0 | 104 | 10 | 105 | 120 | 75 |
| Binary | 11010010 | 11101011 | 1001100 | 1011 | 0 | 1000100 | 1000 | 1000101 | 1010000 | 111101 |
Color Harmonies of #D2EB4C
Complementary color
Monochromatic Colors of #D2EB4C
Black with #D2EB4C
Text Example
Text Example
White with #D2EB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EB4C; }
p { color: rgb(210,235,76); }
H1.HeaderClassName
{
color: #D2EB4C;
}
.AnyTagClassName
{
color: #D2EB4C;
}
</style>
background-color css
<style>
a { background-color: #D2EB4C; }
a { background-color: rgb(210,235,76); }
div.DivClassName
{
background-color: #D2EB4C;
}
.BgClassName
{
background-color: #D2EB4C;
}
</style>
border-color css
<style>
span { border-color: #D2EB4C; }
span { border-color: rgb(210,235,76); }
td.TdClassName
{
border-color: #D2EB4C;
}
.TagClassName
{
border-color: #D2EB4C;
}
</style>