Shades of Pear #D2EB2F
Tints of Pear #D2EB2F
RGB
CMYK
RGB Variations
Color information
#D2EB2F (or 0xD2EB2F) is known color: Pear. HEX triplet: D2, EB and 2F. RGB value is (210,235,47). Sum of RGB (Red+Green+Blue) = 210+235+47=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 235 (92.19% from 255 or 47.76% from 492); Blue value is 47 (18.75% from 255 or 9.55% from 492); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2EB2F is #2D14D0. Grayscale: #CECECE. Windows color (decimal): -2954449 or 3140562. OLE color: 3140562.
HSL color Cylindrical-coordinate representation of color #D2EB2F: hue angle of 67.98º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2EB2F is Cyan = 0.11, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 235 | 47 | - |
| CMYK | 0.11 | 0 | 0.8 | 0.08 |
| HSL | 67.98º | 0.82% | 0.55% | - |
| HSV(B) | 67.98º | 0.8% | 0.92% | - |
| XYZ | 56.8 | 73.32 | 13.85 | - |
| YUV | 206.09 | 38.22 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 235 | 47 | 0.11 | 0 | 0.8 | 0.08 | 67.98 | 0.82 | 0.55 |
| Hex | D2 | EB | 2F | B | 0 | 50 | 8 | 44 | 52 | 37 |
| Octal | 322 | 353 | 57 | 13 | 0 | 120 | 10 | 104 | 122 | 67 |
| Binary | 11010010 | 11101011 | 101111 | 1011 | 0 | 1010000 | 1000 | 1000100 | 1010010 | 110111 |
Color Harmonies of #D2EB2F
Complementary color
Monochromatic Colors of #D2EB2F
Black with #D2EB2F
Text Example
Text Example
White with #D2EB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EB2F; }
p { color: rgb(210,235,47); }
H1.HeaderClassName
{
color: #D2EB2F;
}
.AnyTagClassName
{
color: #D2EB2F;
}
</style>
background-color css
<style>
a { background-color: #D2EB2F; }
a { background-color: rgb(210,235,47); }
div.DivClassName
{
background-color: #D2EB2F;
}
.BgClassName
{
background-color: #D2EB2F;
}
</style>
border-color css
<style>
span { border-color: #D2EB2F; }
span { border-color: rgb(210,235,47); }
td.TdClassName
{
border-color: #D2EB2F;
}
.TagClassName
{
border-color: #D2EB2F;
}
</style>