Shades of Pear #D2EF48
Tints of Pear #D2EF48
RGB
CMYK
RGB Variations
Color information
#D2EF48 (or 0xD2EF48) is known color: Pear. HEX triplet: D2, EF and 48. RGB value is (210,239,72). Sum of RGB (Red+Green+Blue) = 210+239+72=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 72 (28.52% from 255 or 13.82% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EF48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2EF48 is #2D10B7. Grayscale: #D3D3D3. Windows color (decimal): -2953400 or 4779986. OLE color: 4779986.
HSL color Cylindrical-coordinate representation of color #D2EF48: hue angle of 70.42º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2EF48 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 239 | 72 | - |
| CMYK | 0.12 | 0 | 0.70 | 0.06 |
| HSL | 70.42º | 0.84% | 0.61% | - |
| HSV(B) | 70.42º | 0.7% | 0.94% | - |
| XYZ | 58.61 | 75.9 | 17.69 | - |
| YUV | 211.29 | 49.39 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 239 | 72 | 0.12 | 0 | 0.70 | 0.06 | 70.42 | 0.84 | 0.61 |
| Hex | D2 | EF | 48 | C | 0 | 46 | 6 | 46 | 54 | 3D |
| Octal | 322 | 357 | 110 | 14 | 0 | 106 | 6 | 106 | 124 | 75 |
| Binary | 11010010 | 11101111 | 1001000 | 1100 | 0 | 1000110 | 110 | 1000110 | 1010100 | 111101 |
Color Harmonies of #D2EF48
Complementary color
Monochromatic Colors of #D2EF48
Black with #D2EF48
Text Example
Text Example
White with #D2EF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EF48; }
p { color: rgb(210,239,72); }
H1.HeaderClassName
{
color: #D2EF48;
}
.AnyTagClassName
{
color: #D2EF48;
}
</style>
background-color css
<style>
a { background-color: #D2EF48; }
a { background-color: rgb(210,239,72); }
div.DivClassName
{
background-color: #D2EF48;
}
.BgClassName
{
background-color: #D2EF48;
}
</style>
border-color css
<style>
span { border-color: #D2EF48; }
span { border-color: rgb(210,239,72); }
td.TdClassName
{
border-color: #D2EF48;
}
.TagClassName
{
border-color: #D2EF48;
}
</style>