Shades of Pear #D2EF2B
Tints of Pear #D2EF2B
RGB
CMYK
RGB Variations
Color information
#D2EF2B (or 0xD2EF2B) is known color: Pear. HEX triplet: D2, EF and 2B. RGB value is (210,239,43). Sum of RGB (Red+Green+Blue) = 210+239+43=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 239 (93.75% from 255 or 48.58% from 492); Blue value is 43 (17.19% from 255 or 8.74% from 492); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EF2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2EF2B is #2D10D4. Grayscale: #D0D0D0. Windows color (decimal): -2953429 or 2879442. OLE color: 2879442.
HSL color Cylindrical-coordinate representation of color #D2EF2B: hue angle of 68.88º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D2EF2B is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 239 | 43 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.06 |
| HSL | 68.88º | 0.86% | 0.55% | - |
| HSV(B) | 68.88º | 0.82% | 0.94% | - |
| XYZ | 57.88 | 75.61 | 13.83 | - |
| YUV | 207.99 | 34.89 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 239 | 43 | 0.12 | 0 | 0.82 | 0.06 | 68.88 | 0.86 | 0.55 |
| Hex | D2 | EF | 2B | C | 0 | 52 | 6 | 45 | 56 | 37 |
| Octal | 322 | 357 | 53 | 14 | 0 | 122 | 6 | 105 | 126 | 67 |
| Binary | 11010010 | 11101111 | 101011 | 1100 | 0 | 1010010 | 110 | 1000101 | 1010110 | 110111 |
Color Harmonies of #D2EF2B
Complementary color
Monochromatic Colors of #D2EF2B
Black with #D2EF2B
Text Example
Text Example
White with #D2EF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EF2B; }
p { color: rgb(210,239,43); }
H1.HeaderClassName
{
color: #D2EF2B;
}
.AnyTagClassName
{
color: #D2EF2B;
}
</style>
background-color css
<style>
a { background-color: #D2EF2B; }
a { background-color: rgb(210,239,43); }
div.DivClassName
{
background-color: #D2EF2B;
}
.BgClassName
{
background-color: #D2EF2B;
}
</style>
border-color css
<style>
span { border-color: #D2EF2B; }
span { border-color: rgb(210,239,43); }
td.TdClassName
{
border-color: #D2EF2B;
}
.TagClassName
{
border-color: #D2EF2B;
}
</style>