Shades of Pear #D4EF40
Tints of Pear #D4EF40
RGB
CMYK
RGB Variations
Color information
#D4EF40 (or 0xD4EF40) is known color: Pear. HEX triplet: D4, EF and 40. RGB value is (212,239,64). Sum of RGB (Red+Green+Blue) = 212+239+64=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 239 (93.75% from 255 or 46.41% from 515); Blue value is 64 (25.39% from 255 or 12.43% from 515); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4EF40 is #2B10BF. Grayscale: #D3D3D3. Windows color (decimal): -2822336 or 4255700. OLE color: 4255700.
HSL color Cylindrical-coordinate representation of color #D4EF40: hue angle of 69.26º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D4EF40 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 239 | 64 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.06 |
| HSL | 69.26º | 0.85% | 0.59% | - |
| HSV(B) | 69.26º | 0.73% | 0.94% | - |
| XYZ | 58.94 | 76.1 | 16.43 | - |
| YUV | 210.98 | 45.05 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 239 | 64 | 0.11 | 0 | 0.73 | 0.06 | 69.26 | 0.85 | 0.59 |
| Hex | D4 | EF | 40 | B | 0 | 49 | 6 | 45 | 55 | 3B |
| Octal | 324 | 357 | 100 | 13 | 0 | 111 | 6 | 105 | 125 | 73 |
| Binary | 11010100 | 11101111 | 1000000 | 1011 | 0 | 1001001 | 110 | 1000101 | 1010101 | 111011 |
Color Harmonies of #D4EF40
Complementary color
Monochromatic Colors of #D4EF40
Black with #D4EF40
Text Example
Text Example
White with #D4EF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EF40; }
p { color: rgb(212,239,64); }
H1.HeaderClassName
{
color: #D4EF40;
}
.AnyTagClassName
{
color: #D4EF40;
}
</style>
background-color css
<style>
a { background-color: #D4EF40; }
a { background-color: rgb(212,239,64); }
div.DivClassName
{
background-color: #D4EF40;
}
.BgClassName
{
background-color: #D4EF40;
}
</style>
border-color css
<style>
span { border-color: #D4EF40; }
span { border-color: rgb(212,239,64); }
td.TdClassName
{
border-color: #D4EF40;
}
.TagClassName
{
border-color: #D4EF40;
}
</style>