Shades of Pear #D0E94B
Tints of Pear #D0E94B
RGB
CMYK
RGB Variations
Color information
#D0E94B (or 0xD0E94B) is known color: Pear. HEX triplet: D0, E9 and 4B. RGB value is (208,233,75). Sum of RGB (Red+Green+Blue) = 208+233+75=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 233 (91.41% from 255 or 45.16% from 516); Blue value is 75 (29.69% from 255 or 14.53% from 516); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E94B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0E94B is #2F16B4. Grayscale: #D0D0D0. Windows color (decimal): -3086005 or 4975056. OLE color: 4975056.
HSL color Cylindrical-coordinate representation of color #D0E94B: hue angle of 69.49º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D0E94B is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 233 | 75 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.09 |
| HSL | 69.49º | 0.78% | 0.6% | - |
| HSV(B) | 69.49º | 0.68% | 0.91% | - |
| XYZ | 56.42 | 72.2 | 17.62 | - |
| YUV | 207.51 | 53.22 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 233 | 75 | 0.11 | 0 | 0.68 | 0.09 | 69.49 | 0.78 | 0.6 |
| Hex | D0 | E9 | 4B | B | 0 | 44 | 9 | 45 | 4E | 3C |
| Octal | 320 | 351 | 113 | 13 | 0 | 104 | 11 | 105 | 116 | 74 |
| Binary | 11010000 | 11101001 | 1001011 | 1011 | 0 | 1000100 | 1001 | 1000101 | 1001110 | 111100 |
Color Harmonies of #D0E94B
Complementary color
Monochromatic Colors of #D0E94B
Black with #D0E94B
Text Example
Text Example
White with #D0E94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E94B; }
p { color: rgb(208,233,75); }
H1.HeaderClassName
{
color: #D0E94B;
}
.AnyTagClassName
{
color: #D0E94B;
}
</style>
background-color css
<style>
a { background-color: #D0E94B; }
a { background-color: rgb(208,233,75); }
div.DivClassName
{
background-color: #D0E94B;
}
.BgClassName
{
background-color: #D0E94B;
}
</style>
border-color css
<style>
span { border-color: #D0E94B; }
span { border-color: rgb(208,233,75); }
td.TdClassName
{
border-color: #D0E94B;
}
.TagClassName
{
border-color: #D0E94B;
}
</style>