Shades of Pear #D4E748
Tints of Pear #D4E748
RGB
CMYK
RGB Variations
Color information
#D4E748 (or 0xD4E748) is known color: Pear. HEX triplet: D4, E7 and 48. RGB value is (212,231,72). Sum of RGB (Red+Green+Blue) = 212+231+72=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 231 (90.62% from 255 or 44.85% from 515); Blue value is 72 (28.52% from 255 or 13.98% from 515); Max value from RGB is 231 - color contains mainly: green. Hex color #D4E748 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4E748 is #2B18B7. Grayscale: #CFCFCF. Windows color (decimal): -2824376 or 4777940. OLE color: 4777940.
HSL color Cylindrical-coordinate representation of color #D4E748: hue angle of 67.17º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D4E748 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 231 | 72 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.09 |
| HSL | 67.17º | 0.77% | 0.59% | - |
| HSV(B) | 67.17º | 0.69% | 0.91% | - |
| XYZ | 56.9 | 71.62 | 16.96 | - |
| YUV | 207.19 | 51.71 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 231 | 72 | 0.08 | 0 | 0.69 | 0.09 | 67.17 | 0.77 | 0.59 |
| Hex | D4 | E7 | 48 | 8 | 0 | 45 | 9 | 43 | 4D | 3B |
| Octal | 324 | 347 | 110 | 10 | 0 | 105 | 11 | 103 | 115 | 73 |
| Binary | 11010100 | 11100111 | 1001000 | 1000 | 0 | 1000101 | 1001 | 1000011 | 1001101 | 111011 |
Color Harmonies of #D4E748
Complementary color
Monochromatic Colors of #D4E748
Black with #D4E748
Text Example
Text Example
White with #D4E748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E748; }
p { color: rgb(212,231,72); }
H1.HeaderClassName
{
color: #D4E748;
}
.AnyTagClassName
{
color: #D4E748;
}
</style>
background-color css
<style>
a { background-color: #D4E748; }
a { background-color: rgb(212,231,72); }
div.DivClassName
{
background-color: #D4E748;
}
.BgClassName
{
background-color: #D4E748;
}
</style>
border-color css
<style>
span { border-color: #D4E748; }
span { border-color: rgb(212,231,72); }
td.TdClassName
{
border-color: #D4E748;
}
.TagClassName
{
border-color: #D4E748;
}
</style>