Shades of Pear #D4ED21
Tints of Pear #D4ED21
RGB
CMYK
RGB Variations
Color information
#D4ED21 (or 0xD4ED21) is known color: Pear. HEX triplet: D4, ED and 21. RGB value is (212,237,33). Sum of RGB (Red+Green+Blue) = 212+237+33=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 237 (92.97% from 255 or 49.17% from 482); Blue value is 33 (13.28% from 255 or 6.85% from 482); Max value from RGB is 237 - color contains mainly: green. Hex color #D4ED21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4ED21 is #2B12DE. Grayscale: #CFCFCF. Windows color (decimal): -2822879 or 2223572. OLE color: 2223572.
HSL color Cylindrical-coordinate representation of color #D4ED21: hue angle of 67.35º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D4ED21 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 237 | 33 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.07 |
| HSL | 67.35º | 0.85% | 0.53% | - |
| HSV(B) | 67.35º | 0.86% | 0.93% | - |
| XYZ | 57.71 | 74.68 | 12.81 | - |
| YUV | 206.27 | 30.22 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 237 | 33 | 0.11 | 0 | 0.86 | 0.07 | 67.35 | 0.85 | 0.53 |
| Hex | D4 | ED | 21 | B | 0 | 56 | 7 | 43 | 55 | 35 |
| Octal | 324 | 355 | 41 | 13 | 0 | 126 | 7 | 103 | 125 | 65 |
| Binary | 11010100 | 11101101 | 100001 | 1011 | 0 | 1010110 | 111 | 1000011 | 1010101 | 110101 |
Color Harmonies of #D4ED21
Complementary color
Monochromatic Colors of #D4ED21
Black with #D4ED21
Text Example
Text Example
White with #D4ED21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ED21; }
p { color: rgb(212,237,33); }
H1.HeaderClassName
{
color: #D4ED21;
}
.AnyTagClassName
{
color: #D4ED21;
}
</style>
background-color css
<style>
a { background-color: #D4ED21; }
a { background-color: rgb(212,237,33); }
div.DivClassName
{
background-color: #D4ED21;
}
.BgClassName
{
background-color: #D4ED21;
}
</style>
border-color css
<style>
span { border-color: #D4ED21; }
span { border-color: rgb(212,237,33); }
td.TdClassName
{
border-color: #D4ED21;
}
.TagClassName
{
border-color: #D4ED21;
}
</style>