Shades of Pear #D4EF31
Tints of Pear #D4EF31
RGB
CMYK
RGB Variations
Color information
#D4EF31 (or 0xD4EF31) is known color: Pear. HEX triplet: D4, EF and 31. RGB value is (212,239,49). Sum of RGB (Red+Green+Blue) = 212+239+49=500 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.4% from 500); Green value is 239 (93.75% from 255 or 47.8% from 500); Blue value is 49 (19.53% from 255 or 9.8% from 500); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EF31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4EF31 is #2B10CE. Grayscale: #D1D1D1. Windows color (decimal): -2822351 or 3272660. OLE color: 3272660.
HSL color Cylindrical-coordinate representation of color #D4EF31: hue angle of 68.53º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4EF31 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 239 | 49 | - |
| CMYK | 0.11 | 0 | 0.79 | 0.06 |
| HSL | 68.53º | 0.86% | 0.56% | - |
| HSV(B) | 68.53º | 0.79% | 0.94% | - |
| XYZ | 58.57 | 75.95 | 14.48 | - |
| YUV | 209.27 | 37.55 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 239 | 49 | 0.11 | 0 | 0.79 | 0.06 | 68.53 | 0.86 | 0.56 |
| Hex | D4 | EF | 31 | B | 0 | 4F | 6 | 45 | 56 | 38 |
| Octal | 324 | 357 | 61 | 13 | 0 | 117 | 6 | 105 | 126 | 70 |
| Binary | 11010100 | 11101111 | 110001 | 1011 | 0 | 1001111 | 110 | 1000101 | 1010110 | 111000 |
Color Harmonies of #D4EF31
Complementary color
Monochromatic Colors of #D4EF31
Black with #D4EF31
Text Example
Text Example
White with #D4EF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EF31; }
p { color: rgb(212,239,49); }
H1.HeaderClassName
{
color: #D4EF31;
}
.AnyTagClassName
{
color: #D4EF31;
}
</style>
background-color css
<style>
a { background-color: #D4EF31; }
a { background-color: rgb(212,239,49); }
div.DivClassName
{
background-color: #D4EF31;
}
.BgClassName
{
background-color: #D4EF31;
}
</style>
border-color css
<style>
span { border-color: #D4EF31; }
span { border-color: rgb(212,239,49); }
td.TdClassName
{
border-color: #D4EF31;
}
.TagClassName
{
border-color: #D4EF31;
}
</style>