Shades of Pear #D2EF43
Tints of Pear #D2EF43
RGB
CMYK
RGB Variations
Color information
#D2EF43 (or 0xD2EF43) is known color: Pear. HEX triplet: D2, EF and 43. RGB value is (210,239,67). Sum of RGB (Red+Green+Blue) = 210+239+67=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 239 (93.75% from 255 or 46.32% from 516); Blue value is 67 (26.56% from 255 or 12.98% from 516); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EF43 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2EF43 is #2D10BC. Grayscale: #D3D3D3. Windows color (decimal): -2953405 or 4452306. OLE color: 4452306.
HSL color Cylindrical-coordinate representation of color #D2EF43: hue angle of 70.12º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D2EF43 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 239 | 67 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.06 |
| HSL | 70.12º | 0.84% | 0.6% | - |
| HSV(B) | 70.12º | 0.72% | 0.94% | - |
| XYZ | 58.46 | 75.84 | 16.87 | - |
| YUV | 210.72 | 46.89 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 239 | 67 | 0.12 | 0 | 0.72 | 0.06 | 70.12 | 0.84 | 0.6 |
| Hex | D2 | EF | 43 | C | 0 | 48 | 6 | 46 | 54 | 3C |
| Octal | 322 | 357 | 103 | 14 | 0 | 110 | 6 | 106 | 124 | 74 |
| Binary | 11010010 | 11101111 | 1000011 | 1100 | 0 | 1001000 | 110 | 1000110 | 1010100 | 111100 |
Color Harmonies of #D2EF43
Complementary color
Monochromatic Colors of #D2EF43
Black with #D2EF43
Text Example
Text Example
White with #D2EF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EF43; }
p { color: rgb(210,239,67); }
H1.HeaderClassName
{
color: #D2EF43;
}
.AnyTagClassName
{
color: #D2EF43;
}
</style>
background-color css
<style>
a { background-color: #D2EF43; }
a { background-color: rgb(210,239,67); }
div.DivClassName
{
background-color: #D2EF43;
}
.BgClassName
{
background-color: #D2EF43;
}
</style>
border-color css
<style>
span { border-color: #D2EF43; }
span { border-color: rgb(210,239,67); }
td.TdClassName
{
border-color: #D2EF43;
}
.TagClassName
{
border-color: #D2EF43;
}
</style>