Shades of Pear #D5E94A
Tints of Pear #D5E94A
RGB
CMYK
RGB Variations
Color information
#D5E94A (or 0xD5E94A) is known color: Pear. HEX triplet: D5, E9 and 4A. RGB value is (213,233,74). Sum of RGB (Red+Green+Blue) = 213+233+74=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 233 (91.41% from 255 or 44.81% from 520); Blue value is 74 (29.30% from 255 or 14.23% from 520); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E94A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5E94A is #2A16B5. Grayscale: #D1D1D1. Windows color (decimal): -2758326 or 4909525. OLE color: 4909525.
HSL color Cylindrical-coordinate representation of color #D5E94A: hue angle of 67.55º 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 #D5E94A is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
RGB | 213 | 233 | 74 | - |
CMYK | 0.09 | 0 | 0.68 | 0.09 |
HSL | 67.55º | 0.78% | 0.6% | - |
HSV(B) | 67.55º | 0.68% | 0.91% | - |
XYZ | 57.82 | 72.92 | 17.51 | - |
YUV | 208.89 | 51.87 | 130.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 233 | 74 | 0.09 | 0 | 0.68 | 0.09 | 67.55 | 0.78 | 0.6 |
Hex | D5 | E9 | 4A | 9 | 0 | 44 | 9 | 44 | 4E | 3C |
Octal | 325 | 351 | 112 | 11 | 0 | 104 | 11 | 104 | 116 | 74 |
Binary | 11010101 | 11101001 | 1001010 | 1001 | 0 | 1000100 | 1001 | 1000100 | 1001110 | 111100 |
Color Harmonies of #D5E94A
Complementary color
Monochromatic Colors of #D5E94A
Black with #D5E94A
Text Example
Text Example
White with #D5E94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E94A; }
p { color: rgb(213,233,74); }
H1.HeaderClassName
{
color: #D5E94A;
}
.AnyTagClassName
{
color: #D5E94A;
}
</style>
background-color css
<style>
a { background-color: #D5E94A; }
a { background-color: rgb(213,233,74); }
div.DivClassName
{
background-color: #D5E94A;
}
.BgClassName
{
background-color: #D5E94A;
}
</style>
border-color css
<style>
span { border-color: #D5E94A; }
span { border-color: rgb(213,233,74); }
td.TdClassName
{
border-color: #D5E94A;
}
.TagClassName
{
border-color: #D5E94A;
}
</style>