Shades of Pear #D5E919
Tints of Pear #D5E919
RGB
CMYK
RGB Variations
Color information
#D5E919 (or 0xD5E919) is known color: Pear. HEX triplet: D5, E9 and 19. RGB value is (213,233,25). Sum of RGB (Red+Green+Blue) = 213+233+25=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 233 (91.41% from 255 or 49.47% from 471); Blue value is 25 (10.16% from 255 or 5.31% from 471); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E919 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5E919 is #2A16E6. Grayscale: #CCCCCC. Windows color (decimal): -2758375 or 1698261. OLE color: 1698261.
HSL color Cylindrical-coordinate representation of color #D5E919: hue angle of 65.77º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D5E919 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 233 | 25 | - |
| CMYK | 0.09 | 0 | 0.89 | 0.09 |
| HSL | 65.77º | 0.83% | 0.51% | - |
| HSV(B) | 65.77º | 0.89% | 0.91% | - |
| XYZ | 56.75 | 72.49 | 11.92 | - |
| YUV | 203.31 | 27.37 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 233 | 25 | 0.09 | 0 | 0.89 | 0.09 | 65.77 | 0.83 | 0.51 |
| Hex | D5 | E9 | 19 | 9 | 0 | 59 | 9 | 42 | 53 | 33 |
| Octal | 325 | 351 | 31 | 11 | 0 | 131 | 11 | 102 | 123 | 63 |
| Binary | 11010101 | 11101001 | 11001 | 1001 | 0 | 1011001 | 1001 | 1000010 | 1010011 | 110011 |
Color Harmonies of #D5E919
Complementary color
Monochromatic Colors of #D5E919
Black with #D5E919
Text Example
Text Example
White with #D5E919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E919; }
p { color: rgb(213,233,25); }
H1.HeaderClassName
{
color: #D5E919;
}
.AnyTagClassName
{
color: #D5E919;
}
</style>
background-color css
<style>
a { background-color: #D5E919; }
a { background-color: rgb(213,233,25); }
div.DivClassName
{
background-color: #D5E919;
}
.BgClassName
{
background-color: #D5E919;
}
</style>
border-color css
<style>
span { border-color: #D5E919; }
span { border-color: rgb(213,233,25); }
td.TdClassName
{
border-color: #D5E919;
}
.TagClassName
{
border-color: #D5E919;
}
</style>