Shades of Pear #D2EE38
Tints of Pear #D2EE38
RGB
CMYK
RGB Variations
Color information
#D2EE38 (or 0xD2EE38) is known color: Pear. HEX triplet: D2, EE and 38. RGB value is (210,238,56). Sum of RGB (Red+Green+Blue) = 210+238+56=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 56 (22.27% from 255 or 11.11% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EE38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2EE38 is #2D11C7. Grayscale: #D1D1D1. Windows color (decimal): -2953672 or 3731154. OLE color: 3731154.
HSL color Cylindrical-coordinate representation of color #D2EE38: hue angle of 69.23º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2EE38 is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 238 | 56 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.07 |
| HSL | 69.23º | 0.84% | 0.58% | - |
| HSV(B) | 69.23º | 0.76% | 0.93% | - |
| XYZ | 57.87 | 75.14 | 15.19 | - |
| YUV | 208.88 | 41.72 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 238 | 56 | 0.12 | 0 | 0.76 | 0.07 | 69.23 | 0.84 | 0.58 |
| Hex | D2 | EE | 38 | C | 0 | 4C | 7 | 45 | 54 | 3A |
| Octal | 322 | 356 | 70 | 14 | 0 | 114 | 7 | 105 | 124 | 72 |
| Binary | 11010010 | 11101110 | 111000 | 1100 | 0 | 1001100 | 111 | 1000101 | 1010100 | 111010 |
Color Harmonies of #D2EE38
Complementary color
Monochromatic Colors of #D2EE38
Black with #D2EE38
Text Example
Text Example
White with #D2EE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EE38; }
p { color: rgb(210,238,56); }
H1.HeaderClassName
{
color: #D2EE38;
}
.AnyTagClassName
{
color: #D2EE38;
}
</style>
background-color css
<style>
a { background-color: #D2EE38; }
a { background-color: rgb(210,238,56); }
div.DivClassName
{
background-color: #D2EE38;
}
.BgClassName
{
background-color: #D2EE38;
}
</style>
border-color css
<style>
span { border-color: #D2EE38; }
span { border-color: rgb(210,238,56); }
td.TdClassName
{
border-color: #D2EE38;
}
.TagClassName
{
border-color: #D2EE38;
}
</style>