Shades of Pear #D5ED19
Tints of Pear #D5ED19
RGB
CMYK
RGB Variations
Color information
#D5ED19 (or 0xD5ED19) is known color: Pear. HEX triplet: D5, ED and 19. RGB value is (213,237,25). Sum of RGB (Red+Green+Blue) = 213+237+25=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 237 (92.97% from 255 or 49.89% from 475); Blue value is 25 (10.16% from 255 or 5.26% from 475); Max value from RGB is 237 - color contains mainly: green. Hex color #D5ED19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5ED19 is #2A12E6. Grayscale: #CECECE. Windows color (decimal): -2757351 or 1699285. OLE color: 1699285.
HSL color Cylindrical-coordinate representation of color #D5ED19: hue angle of 66.79º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D5ED19 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 237 | 25 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.07 |
| HSL | 66.79º | 0.85% | 0.51% | - |
| HSV(B) | 66.79º | 0.89% | 0.93% | - |
| XYZ | 57.9 | 74.78 | 12.3 | - |
| YUV | 205.66 | 26.05 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 237 | 25 | 0.10 | 0 | 0.89 | 0.07 | 66.79 | 0.85 | 0.51 |
| Hex | D5 | ED | 19 | A | 0 | 59 | 7 | 43 | 55 | 33 |
| Octal | 325 | 355 | 31 | 12 | 0 | 131 | 7 | 103 | 125 | 63 |
| Binary | 11010101 | 11101101 | 11001 | 1010 | 0 | 1011001 | 111 | 1000011 | 1010101 | 110011 |
Color Harmonies of #D5ED19
Complementary color
Monochromatic Colors of #D5ED19
Black with #D5ED19
Text Example
Text Example
White with #D5ED19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ED19; }
p { color: rgb(213,237,25); }
H1.HeaderClassName
{
color: #D5ED19;
}
.AnyTagClassName
{
color: #D5ED19;
}
</style>
background-color css
<style>
a { background-color: #D5ED19; }
a { background-color: rgb(213,237,25); }
div.DivClassName
{
background-color: #D5ED19;
}
.BgClassName
{
background-color: #D5ED19;
}
</style>
border-color css
<style>
span { border-color: #D5ED19; }
span { border-color: rgb(213,237,25); }
td.TdClassName
{
border-color: #D5ED19;
}
.TagClassName
{
border-color: #D5ED19;
}
</style>