Shades of Pear #D2E338
Tints of Pear #D2E338
RGB
CMYK
RGB Variations
Color information
#D2E338 (or 0xD2E338) is known color: Pear. HEX triplet: D2, E3 and 38. RGB value is (210,227,56). Sum of RGB (Red+Green+Blue) = 210+227+56=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 227 (89.06% from 255 or 46.04% from 493); Blue value is 56 (22.27% from 255 or 11.36% from 493); Max value from RGB is 227 - color contains mainly: green. Hex color #D2E338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E338 is #2D1CC7. Grayscale: #CBCBCB. Windows color (decimal): -2956488 or 3728338. OLE color: 3728338.
HSL color Cylindrical-coordinate representation of color #D2E338: hue angle of 65.96º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2E338 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 227 | 56 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.11 |
| HSL | 65.96º | 0.75% | 0.55% | - |
| HSV(B) | 65.96º | 0.75% | 0.89% | - |
| XYZ | 54.76 | 68.93 | 14.16 | - |
| YUV | 202.42 | 45.37 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 227 | 56 | 0.07 | 0 | 0.75 | 0.11 | 65.96 | 0.75 | 0.55 |
| Hex | D2 | E3 | 38 | 7 | 0 | 4B | B | 42 | 4B | 37 |
| Octal | 322 | 343 | 70 | 7 | 0 | 113 | 13 | 102 | 113 | 67 |
| Binary | 11010010 | 11100011 | 111000 | 111 | 0 | 1001011 | 1011 | 1000010 | 1001011 | 110111 |
Color Harmonies of #D2E338
Complementary color
Monochromatic Colors of #D2E338
Black with #D2E338
Text Example
Text Example
White with #D2E338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E338; }
p { color: rgb(210,227,56); }
H1.HeaderClassName
{
color: #D2E338;
}
.AnyTagClassName
{
color: #D2E338;
}
</style>
background-color css
<style>
a { background-color: #D2E338; }
a { background-color: rgb(210,227,56); }
div.DivClassName
{
background-color: #D2E338;
}
.BgClassName
{
background-color: #D2E338;
}
</style>
border-color css
<style>
span { border-color: #D2E338; }
span { border-color: rgb(210,227,56); }
td.TdClassName
{
border-color: #D2E338;
}
.TagClassName
{
border-color: #D2E338;
}
</style>