Shades of Pear #D2EB39
Tints of Pear #D2EB39
RGB
CMYK
RGB Variations
Color information
#D2EB39 (or 0xD2EB39) is known color: Pear. HEX triplet: D2, EB and 39. RGB value is (210,235,57). Sum of RGB (Red+Green+Blue) = 210+235+57=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 235 (92.19% from 255 or 46.81% from 502); Blue value is 57 (22.66% from 255 or 11.35% from 502); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB39 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2EB39 is #2D14C6. Grayscale: #CFCFCF. Windows color (decimal): -2954439 or 3795922. OLE color: 3795922.
HSL color Cylindrical-coordinate representation of color #D2EB39: hue angle of 68.43º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2EB39 is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 235 | 57 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.08 |
| HSL | 68.43º | 0.82% | 0.57% | - |
| HSV(B) | 68.43º | 0.76% | 0.92% | - |
| XYZ | 57.03 | 73.41 | 15.04 | - |
| YUV | 207.23 | 43.22 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 235 | 57 | 0.11 | 0 | 0.76 | 0.08 | 68.43 | 0.82 | 0.57 |
| Hex | D2 | EB | 39 | B | 0 | 4C | 8 | 44 | 52 | 39 |
| Octal | 322 | 353 | 71 | 13 | 0 | 114 | 10 | 104 | 122 | 71 |
| Binary | 11010010 | 11101011 | 111001 | 1011 | 0 | 1001100 | 1000 | 1000100 | 1010010 | 111001 |
Color Harmonies of #D2EB39
Complementary color
Monochromatic Colors of #D2EB39
Black with #D2EB39
Text Example
Text Example
White with #D2EB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EB39; }
p { color: rgb(210,235,57); }
H1.HeaderClassName
{
color: #D2EB39;
}
.AnyTagClassName
{
color: #D2EB39;
}
</style>
background-color css
<style>
a { background-color: #D2EB39; }
a { background-color: rgb(210,235,57); }
div.DivClassName
{
background-color: #D2EB39;
}
.BgClassName
{
background-color: #D2EB39;
}
</style>
border-color css
<style>
span { border-color: #D2EB39; }
span { border-color: rgb(210,235,57); }
td.TdClassName
{
border-color: #D2EB39;
}
.TagClassName
{
border-color: #D2EB39;
}
</style>