Shades of Pear #D4E133
Tints of Pear #D4E133
RGB
CMYK
RGB Variations
Color information
#D4E133 (or 0xD4E133) is known color: Pear. HEX triplet: D4, E1 and 33. RGB value is (212,225,51). Sum of RGB (Red+Green+Blue) = 212+225+51=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 51 (20.31% from 255 or 10.45% from 488); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4E133 is #2B1ECC. Grayscale: #C9C9C9. Windows color (decimal): -2825933 or 3400148. OLE color: 3400148.
HSL color Cylindrical-coordinate representation of color #D4E133: hue angle of 64.48º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D4E133 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 225 | 51 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.12 |
| HSL | 64.48º | 0.74% | 0.54% | - |
| HSV(B) | 64.48º | 0.77% | 0.88% | - |
| XYZ | 54.67 | 68.09 | 13.39 | - |
| YUV | 201.28 | 43.19 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 225 | 51 | 0.06 | 0 | 0.77 | 0.12 | 64.48 | 0.74 | 0.54 |
| Hex | D4 | E1 | 33 | 6 | 0 | 4D | C | 40 | 4A | 36 |
| Octal | 324 | 341 | 63 | 6 | 0 | 115 | 14 | 100 | 112 | 66 |
| Binary | 11010100 | 11100001 | 110011 | 110 | 0 | 1001101 | 1100 | 1000000 | 1001010 | 110110 |
Color Harmonies of #D4E133
Complementary color
Monochromatic Colors of #D4E133
Black with #D4E133
Text Example
Text Example
White with #D4E133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E133; }
p { color: rgb(212,225,51); }
H1.HeaderClassName
{
color: #D4E133;
}
.AnyTagClassName
{
color: #D4E133;
}
</style>
background-color css
<style>
a { background-color: #D4E133; }
a { background-color: rgb(212,225,51); }
div.DivClassName
{
background-color: #D4E133;
}
.BgClassName
{
background-color: #D4E133;
}
</style>
border-color css
<style>
span { border-color: #D4E133; }
span { border-color: rgb(212,225,51); }
td.TdClassName
{
border-color: #D4E133;
}
.TagClassName
{
border-color: #D4E133;
}
</style>