Shades of Pear #D0E343
Tints of Pear #D0E343
RGB
CMYK
RGB Variations
Color information
#D0E343 (or 0xD0E343) is known color: Pear. HEX triplet: D0, E3 and 43. RGB value is (208,227,67). Sum of RGB (Red+Green+Blue) = 208+227+67=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 227 (89.06% from 255 or 45.22% from 502); Blue value is 67 (26.56% from 255 or 13.35% from 502); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E343 is #2F1CBC. Grayscale: #CBCBCB. Windows color (decimal): -3087549 or 4449232. OLE color: 4449232.
HSL color Cylindrical-coordinate representation of color #D0E343: hue angle of 67.12º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0E343 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 227 | 67 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.11 |
| HSL | 67.13º | 0.74% | 0.58% | - |
| HSV(B) | 67.13º | 0.7% | 0.89% | - |
| XYZ | 54.49 | 68.75 | 15.71 | - |
| YUV | 203.08 | 51.21 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 227 | 67 | 0.08 | 0 | 0.70 | 0.11 | 67.13 | 0.74 | 0.58 |
| Hex | D0 | E3 | 43 | 8 | 0 | 46 | B | 43 | 4A | 3A |
| Octal | 320 | 343 | 103 | 10 | 0 | 106 | 13 | 103 | 112 | 72 |
| Binary | 11010000 | 11100011 | 1000011 | 1000 | 0 | 1000110 | 1011 | 1000011 | 1001010 | 111010 |
Color Harmonies of #D0E343
Complementary color
Monochromatic Colors of #D0E343
Black with #D0E343
Text Example
Text Example
White with #D0E343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E343; }
p { color: rgb(208,227,67); }
H1.HeaderClassName
{
color: #D0E343;
}
.AnyTagClassName
{
color: #D0E343;
}
</style>
background-color css
<style>
a { background-color: #D0E343; }
a { background-color: rgb(208,227,67); }
div.DivClassName
{
background-color: #D0E343;
}
.BgClassName
{
background-color: #D0E343;
}
</style>
border-color css
<style>
span { border-color: #D0E343; }
span { border-color: rgb(208,227,67); }
td.TdClassName
{
border-color: #D0E343;
}
.TagClassName
{
border-color: #D0E343;
}
</style>