Shades of Pear #D4EB29
Tints of Pear #D4EB29
RGB
CMYK
RGB Variations
Color information
#D4EB29 (or 0xD4EB29) is known color: Pear. HEX triplet: D4, EB and 29. RGB value is (212,235,41). Sum of RGB (Red+Green+Blue) = 212+235+41=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 235 (92.19% from 255 or 48.16% from 488); Blue value is 41 (16.41% from 255 or 8.40% from 488); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EB29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4EB29 is #2B14D6. Grayscale: #CECECE. Windows color (decimal): -2823383 or 2747348. OLE color: 2747348.
HSL color Cylindrical-coordinate representation of color #D4EB29: hue angle of 67.11º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D4EB29 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 235 | 41 | - |
| CMYK | 0.10 | 0 | 0.83 | 0.08 |
| HSL | 67.11º | 0.83% | 0.54% | - |
| HSV(B) | 67.11º | 0.83% | 0.92% | - |
| XYZ | 57.26 | 73.57 | 13.28 | - |
| YUV | 206.01 | 34.88 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 235 | 41 | 0.10 | 0 | 0.83 | 0.08 | 67.11 | 0.83 | 0.54 |
| Hex | D4 | EB | 29 | A | 0 | 53 | 8 | 43 | 53 | 36 |
| Octal | 324 | 353 | 51 | 12 | 0 | 123 | 10 | 103 | 123 | 66 |
| Binary | 11010100 | 11101011 | 101001 | 1010 | 0 | 1010011 | 1000 | 1000011 | 1010011 | 110110 |
Color Harmonies of #D4EB29
Complementary color
Monochromatic Colors of #D4EB29
Black with #D4EB29
Text Example
Text Example
White with #D4EB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EB29; }
p { color: rgb(212,235,41); }
H1.HeaderClassName
{
color: #D4EB29;
}
.AnyTagClassName
{
color: #D4EB29;
}
</style>
background-color css
<style>
a { background-color: #D4EB29; }
a { background-color: rgb(212,235,41); }
div.DivClassName
{
background-color: #D4EB29;
}
.BgClassName
{
background-color: #D4EB29;
}
</style>
border-color css
<style>
span { border-color: #D4EB29; }
span { border-color: rgb(212,235,41); }
td.TdClassName
{
border-color: #D4EB29;
}
.TagClassName
{
border-color: #D4EB29;
}
</style>