Shades of Pear #D0E338
Tints of Pear #D0E338
RGB
CMYK
RGB Variations
Color information
#D0E338 (or 0xD0E338) is known color: Pear. HEX triplet: D0, E3 and 38. RGB value is (208,227,56). Sum of RGB (Red+Green+Blue) = 208+227+56=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 227 (89.06% from 255 or 46.23% from 491); Blue value is 56 (22.27% from 255 or 11.41% from 491); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E338 is #2F1CC7. Grayscale: #CACACA. Windows color (decimal): -3087560 or 3728336. OLE color: 3728336.
HSL color Cylindrical-coordinate representation of color #D0E338: hue angle of 66.67º 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 #D0E338 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 227 | 56 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.11 |
| HSL | 66.67º | 0.75% | 0.55% | - |
| HSV(B) | 66.67º | 0.75% | 0.89% | - |
| XYZ | 54.2 | 68.63 | 14.13 | - |
| YUV | 201.83 | 45.71 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 227 | 56 | 0.08 | 0 | 0.75 | 0.11 | 66.67 | 0.75 | 0.55 |
| Hex | D0 | E3 | 38 | 8 | 0 | 4B | B | 43 | 4B | 37 |
| Octal | 320 | 343 | 70 | 10 | 0 | 113 | 13 | 103 | 113 | 67 |
| Binary | 11010000 | 11100011 | 111000 | 1000 | 0 | 1001011 | 1011 | 1000011 | 1001011 | 110111 |
Color Harmonies of #D0E338
Complementary color
Monochromatic Colors of #D0E338
Black with #D0E338
Text Example
Text Example
White with #D0E338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E338; }
p { color: rgb(208,227,56); }
H1.HeaderClassName
{
color: #D0E338;
}
.AnyTagClassName
{
color: #D0E338;
}
</style>
background-color css
<style>
a { background-color: #D0E338; }
a { background-color: rgb(208,227,56); }
div.DivClassName
{
background-color: #D0E338;
}
.BgClassName
{
background-color: #D0E338;
}
</style>
border-color css
<style>
span { border-color: #D0E338; }
span { border-color: rgb(208,227,56); }
td.TdClassName
{
border-color: #D0E338;
}
.TagClassName
{
border-color: #D0E338;
}
</style>