Shades of Pear #D4EF25
Tints of Pear #D4EF25
RGB
CMYK
RGB Variations
Color information
#D4EF25 (or 0xD4EF25) is known color: Pear. HEX triplet: D4, EF and 25. RGB value is (212,239,37). Sum of RGB (Red+Green+Blue) = 212+239+37=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 239 (93.75% from 255 or 48.98% from 488); Blue value is 37 (14.84% from 255 or 7.58% from 488); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EF25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4EF25 is #2B10DA. Grayscale: #D0D0D0. Windows color (decimal): -2822363 or 2486228. OLE color: 2486228.
HSL color Cylindrical-coordinate representation of color #D4EF25: hue angle of 68.02º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D4EF25 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 239 | 37 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.06 |
| HSL | 68.02º | 0.86% | 0.54% | - |
| HSV(B) | 68.02º | 0.85% | 0.94% | - |
| XYZ | 58.35 | 75.86 | 13.32 | - |
| YUV | 207.9 | 31.55 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 239 | 37 | 0.11 | 0 | 0.85 | 0.06 | 68.02 | 0.86 | 0.54 |
| Hex | D4 | EF | 25 | B | 0 | 55 | 6 | 44 | 56 | 36 |
| Octal | 324 | 357 | 45 | 13 | 0 | 125 | 6 | 104 | 126 | 66 |
| Binary | 11010100 | 11101111 | 100101 | 1011 | 0 | 1010101 | 110 | 1000100 | 1010110 | 110110 |
Color Harmonies of #D4EF25
Complementary color
Monochromatic Colors of #D4EF25
Black with #D4EF25
Text Example
Text Example
White with #D4EF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EF25; }
p { color: rgb(212,239,37); }
H1.HeaderClassName
{
color: #D4EF25;
}
.AnyTagClassName
{
color: #D4EF25;
}
</style>
background-color css
<style>
a { background-color: #D4EF25; }
a { background-color: rgb(212,239,37); }
div.DivClassName
{
background-color: #D4EF25;
}
.BgClassName
{
background-color: #D4EF25;
}
</style>
border-color css
<style>
span { border-color: #D4EF25; }
span { border-color: rgb(212,239,37); }
td.TdClassName
{
border-color: #D4EF25;
}
.TagClassName
{
border-color: #D4EF25;
}
</style>