Shades of Pear #D4E533
Tints of Pear #D4E533
RGB
CMYK
RGB Variations
Color information
#D4E533 (or 0xD4E533) is known color: Pear. HEX triplet: D4, E5 and 33. RGB value is (212,229,51). Sum of RGB (Red+Green+Blue) = 212+229+51=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 229 (89.84% from 255 or 46.54% from 492); Blue value is 51 (20.31% from 255 or 10.37% from 492); Max value from RGB is 229 - color contains mainly: green. Hex color #D4E533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4E533 is #2B1ACC. Grayscale: #CCCCCC. Windows color (decimal): -2824909 or 3401172. OLE color: 3401172.
HSL color Cylindrical-coordinate representation of color #D4E533: hue angle of 65.73º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D4E533 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 229 | 51 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.10 |
| HSL | 65.73º | 0.77% | 0.55% | - |
| HSV(B) | 65.73º | 0.78% | 0.9% | - |
| XYZ | 55.77 | 70.27 | 13.76 | - |
| YUV | 203.63 | 41.87 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 229 | 51 | 0.07 | 0 | 0.78 | 0.10 | 65.73 | 0.77 | 0.55 |
| Hex | D4 | E5 | 33 | 7 | 0 | 4E | A | 42 | 4D | 37 |
| Octal | 324 | 345 | 63 | 7 | 0 | 116 | 12 | 102 | 115 | 67 |
| Binary | 11010100 | 11100101 | 110011 | 111 | 0 | 1001110 | 1010 | 1000010 | 1001101 | 110111 |
Color Harmonies of #D4E533
Complementary color
Monochromatic Colors of #D4E533
Black with #D4E533
Text Example
Text Example
White with #D4E533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E533; }
p { color: rgb(212,229,51); }
H1.HeaderClassName
{
color: #D4E533;
}
.AnyTagClassName
{
color: #D4E533;
}
</style>
background-color css
<style>
a { background-color: #D4E533; }
a { background-color: rgb(212,229,51); }
div.DivClassName
{
background-color: #D4E533;
}
.BgClassName
{
background-color: #D4E533;
}
</style>
border-color css
<style>
span { border-color: #D4E533; }
span { border-color: rgb(212,229,51); }
td.TdClassName
{
border-color: #D4E533;
}
.TagClassName
{
border-color: #D4E533;
}
</style>