Shades of Pear #D4ED41
Tints of Pear #D4ED41
RGB
CMYK
RGB Variations
Color information
#D4ED41 (or 0xD4ED41) is known color: Pear. HEX triplet: D4, ED and 41. RGB value is (212,237,65). Sum of RGB (Red+Green+Blue) = 212+237+65=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 237 (92.97% from 255 or 46.11% from 514); Blue value is 65 (25.78% from 255 or 12.65% from 514); Max value from RGB is 237 - color contains mainly: green. Hex color #D4ED41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4ED41 is #2B12BE. Grayscale: #D2D2D2. Windows color (decimal): -2822847 or 4320724. OLE color: 4320724.
HSL color Cylindrical-coordinate representation of color #D4ED41: hue angle of 68.72º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D4ED41 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 237 | 65 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.07 |
| HSL | 68.72º | 0.83% | 0.59% | - |
| HSV(B) | 68.72º | 0.73% | 0.93% | - |
| XYZ | 58.39 | 74.95 | 16.39 | - |
| YUV | 209.92 | 46.22 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 237 | 65 | 0.11 | 0 | 0.73 | 0.07 | 68.72 | 0.83 | 0.59 |
| Hex | D4 | ED | 41 | B | 0 | 49 | 7 | 45 | 53 | 3B |
| Octal | 324 | 355 | 101 | 13 | 0 | 111 | 7 | 105 | 123 | 73 |
| Binary | 11010100 | 11101101 | 1000001 | 1011 | 0 | 1001001 | 111 | 1000101 | 1010011 | 111011 |
Color Harmonies of #D4ED41
Complementary color
Monochromatic Colors of #D4ED41
Black with #D4ED41
Text Example
Text Example
White with #D4ED41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ED41; }
p { color: rgb(212,237,65); }
H1.HeaderClassName
{
color: #D4ED41;
}
.AnyTagClassName
{
color: #D4ED41;
}
</style>
background-color css
<style>
a { background-color: #D4ED41; }
a { background-color: rgb(212,237,65); }
div.DivClassName
{
background-color: #D4ED41;
}
.BgClassName
{
background-color: #D4ED41;
}
</style>
border-color css
<style>
span { border-color: #D4ED41; }
span { border-color: rgb(212,237,65); }
td.TdClassName
{
border-color: #D4ED41;
}
.TagClassName
{
border-color: #D4ED41;
}
</style>