Shades of Pear #D0E74A
Tints of Pear #D0E74A
RGB
CMYK
RGB Variations
Color information
#D0E74A (or 0xD0E74A) is known color: Pear. HEX triplet: D0, E7 and 4A. RGB value is (208,231,74). Sum of RGB (Red+Green+Blue) = 208+231+74=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 231 (90.62% from 255 or 45.03% from 513); Blue value is 74 (29.30% from 255 or 14.42% from 513); Max value from RGB is 231 - color contains mainly: green. Hex color #D0E74A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0E74A is #2F18B5. Grayscale: #CECECE. Windows color (decimal): -3086518 or 4909008. OLE color: 4909008.
HSL color Cylindrical-coordinate representation of color #D0E74A: hue angle of 68.79º degrees, saturation: 0.77, 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 #D0E74A is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 231 | 74 | - |
| CMYK | 0.10 | 0 | 0.68 | 0.09 |
| HSL | 68.79º | 0.77% | 0.6% | - |
| HSV(B) | 68.79º | 0.68% | 0.91% | - |
| XYZ | 55.82 | 71.06 | 17.25 | - |
| YUV | 206.23 | 53.38 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 231 | 74 | 0.10 | 0 | 0.68 | 0.09 | 68.79 | 0.77 | 0.6 |
| Hex | D0 | E7 | 4A | A | 0 | 44 | 9 | 45 | 4D | 3C |
| Octal | 320 | 347 | 112 | 12 | 0 | 104 | 11 | 105 | 115 | 74 |
| Binary | 11010000 | 11100111 | 1001010 | 1010 | 0 | 1000100 | 1001 | 1000101 | 1001101 | 111100 |
Color Harmonies of #D0E74A
Complementary color
Monochromatic Colors of #D0E74A
Black with #D0E74A
Text Example
Text Example
White with #D0E74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E74A; }
p { color: rgb(208,231,74); }
H1.HeaderClassName
{
color: #D0E74A;
}
.AnyTagClassName
{
color: #D0E74A;
}
</style>
background-color css
<style>
a { background-color: #D0E74A; }
a { background-color: rgb(208,231,74); }
div.DivClassName
{
background-color: #D0E74A;
}
.BgClassName
{
background-color: #D0E74A;
}
</style>
border-color css
<style>
span { border-color: #D0E74A; }
span { border-color: rgb(208,231,74); }
td.TdClassName
{
border-color: #D0E74A;
}
.TagClassName
{
border-color: #D0E74A;
}
</style>