Shades of Pear #D2E13B
Tints of Pear #D2E13B
RGB
CMYK
RGB Variations
Color information
#D2E13B (or 0xD2E13B) is known color: Pear. HEX triplet: D2, E1 and 3B. RGB value is (210,225,59). Sum of RGB (Red+Green+Blue) = 210+225+59=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 59 (23.44% from 255 or 11.94% from 494); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E13B is #2D1EC4. Grayscale: #CACACA. Windows color (decimal): -2956997 or 3924434. OLE color: 3924434.
HSL color Cylindrical-coordinate representation of color #D2E13B: hue angle of 65.42º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D2E13B is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 225 | 59 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.12 |
| HSL | 65.42º | 0.73% | 0.56% | - |
| HSV(B) | 65.42º | 0.74% | 0.88% | - |
| XYZ | 54.29 | 67.87 | 14.38 | - |
| YUV | 201.59 | 47.53 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 225 | 59 | 0.07 | 0 | 0.74 | 0.12 | 65.42 | 0.73 | 0.56 |
| Hex | D2 | E1 | 3B | 7 | 0 | 4A | C | 41 | 49 | 38 |
| Octal | 322 | 341 | 73 | 7 | 0 | 112 | 14 | 101 | 111 | 70 |
| Binary | 11010010 | 11100001 | 111011 | 111 | 0 | 1001010 | 1100 | 1000001 | 1001001 | 111000 |
Color Harmonies of #D2E13B
Complementary color
Monochromatic Colors of #D2E13B
Black with #D2E13B
Text Example
Text Example
White with #D2E13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E13B; }
p { color: rgb(210,225,59); }
H1.HeaderClassName
{
color: #D2E13B;
}
.AnyTagClassName
{
color: #D2E13B;
}
</style>
background-color css
<style>
a { background-color: #D2E13B; }
a { background-color: rgb(210,225,59); }
div.DivClassName
{
background-color: #D2E13B;
}
.BgClassName
{
background-color: #D2E13B;
}
</style>
border-color css
<style>
span { border-color: #D2E13B; }
span { border-color: rgb(210,225,59); }
td.TdClassName
{
border-color: #D2E13B;
}
.TagClassName
{
border-color: #D2E13B;
}
</style>