Shades of Pear #D4E92C
Tints of Pear #D4E92C
RGB
CMYK
RGB Variations
Color information
#D4E92C (or 0xD4E92C) is known color: Pear. HEX triplet: D4, E9 and 2C. RGB value is (212,233,44). Sum of RGB (Red+Green+Blue) = 212+233+44=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 233 (91.41% from 255 or 47.65% from 489); Blue value is 44 (17.58% from 255 or 9.00% from 489); Max value from RGB is 233 - color contains mainly: green. Hex color #D4E92C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4E92C is #2B16D3. Grayscale: #CDCDCD. Windows color (decimal): -2823892 or 2943444. OLE color: 2943444.
HSL color Cylindrical-coordinate representation of color #D4E92C: hue angle of 66.67º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D4E92C is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 233 | 44 | - |
| CMYK | 0.09 | 0 | 0.81 | 0.09 |
| HSL | 66.67º | 0.81% | 0.54% | - |
| HSV(B) | 66.67º | 0.81% | 0.91% | - |
| XYZ | 56.74 | 72.46 | 13.38 | - |
| YUV | 205.18 | 37.04 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 233 | 44 | 0.09 | 0 | 0.81 | 0.09 | 66.67 | 0.81 | 0.54 |
| Hex | D4 | E9 | 2C | 9 | 0 | 51 | 9 | 43 | 51 | 36 |
| Octal | 324 | 351 | 54 | 11 | 0 | 121 | 11 | 103 | 121 | 66 |
| Binary | 11010100 | 11101001 | 101100 | 1001 | 0 | 1010001 | 1001 | 1000011 | 1010001 | 110110 |
Color Harmonies of #D4E92C
Complementary color
Monochromatic Colors of #D4E92C
Black with #D4E92C
Text Example
Text Example
White with #D4E92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E92C; }
p { color: rgb(212,233,44); }
H1.HeaderClassName
{
color: #D4E92C;
}
.AnyTagClassName
{
color: #D4E92C;
}
</style>
background-color css
<style>
a { background-color: #D4E92C; }
a { background-color: rgb(212,233,44); }
div.DivClassName
{
background-color: #D4E92C;
}
.BgClassName
{
background-color: #D4E92C;
}
</style>
border-color css
<style>
span { border-color: #D4E92C; }
span { border-color: rgb(212,233,44); }
td.TdClassName
{
border-color: #D4E92C;
}
.TagClassName
{
border-color: #D4E92C;
}
</style>