Shades of Pear #D4E725
Tints of Pear #D4E725
RGB
CMYK
RGB Variations
Color information
#D4E725 (or 0xD4E725) is known color: Pear. HEX triplet: D4, E7 and 25. RGB value is (212,231,37). Sum of RGB (Red+Green+Blue) = 212+231+37=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 231 (90.62% from 255 or 48.12% from 480); Blue value is 37 (14.84% from 255 or 7.71% from 480); Max value from RGB is 231 - color contains mainly: green. Hex color #D4E725 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4E725 is #2B18DA. Grayscale: #CBCBCB. Windows color (decimal): -2824411 or 2484180. OLE color: 2484180.
HSL color Cylindrical-coordinate representation of color #D4E725: hue angle of 65.88º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D4E725 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 231 | 37 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.09 |
| HSL | 65.88º | 0.8% | 0.53% | - |
| HSV(B) | 65.88º | 0.84% | 0.91% | - |
| XYZ | 56.06 | 71.28 | 12.55 | - |
| YUV | 203.2 | 34.21 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 231 | 37 | 0.08 | 0 | 0.84 | 0.09 | 65.88 | 0.8 | 0.53 |
| Hex | D4 | E7 | 25 | 8 | 0 | 54 | 9 | 42 | 50 | 35 |
| Octal | 324 | 347 | 45 | 10 | 0 | 124 | 11 | 102 | 120 | 65 |
| Binary | 11010100 | 11100111 | 100101 | 1000 | 0 | 1010100 | 1001 | 1000010 | 1010000 | 110101 |
Color Harmonies of #D4E725
Complementary color
Monochromatic Colors of #D4E725
Black with #D4E725
Text Example
Text Example
White with #D4E725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E725; }
p { color: rgb(212,231,37); }
H1.HeaderClassName
{
color: #D4E725;
}
.AnyTagClassName
{
color: #D4E725;
}
</style>
background-color css
<style>
a { background-color: #D4E725; }
a { background-color: rgb(212,231,37); }
div.DivClassName
{
background-color: #D4E725;
}
.BgClassName
{
background-color: #D4E725;
}
</style>
border-color css
<style>
span { border-color: #D4E725; }
span { border-color: rgb(212,231,37); }
td.TdClassName
{
border-color: #D4E725;
}
.TagClassName
{
border-color: #D4E725;
}
</style>