Shades of Pear #D6E919
Tints of Pear #D6E919
RGB
CMYK
RGB Variations
Color information
#D6E919 (or 0xD6E919) is known color: Pear. HEX triplet: D6, E9 and 19. RGB value is (214,233,25). Sum of RGB (Red+Green+Blue) = 214+233+25=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 233 (91.41% from 255 or 49.36% from 472); Blue value is 25 (10.16% from 255 or 5.30% from 472); Max value from RGB is 233 - color contains mainly: green. Hex color #D6E919 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D6E919 is #2916E6. Grayscale: #CCCCCC. Windows color (decimal): -2692839 or 1698262. OLE color: 1698262.
HSL color Cylindrical-coordinate representation of color #D6E919: hue angle of 65.48º 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 #D6E919 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 233 | 25 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.09 |
| HSL | 65.48º | 0.83% | 0.51% | - |
| HSV(B) | 65.48º | 0.89% | 0.91% | - |
| XYZ | 57.05 | 72.64 | 11.93 | - |
| YUV | 203.61 | 27.21 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 233 | 25 | 0.08 | 0 | 0.89 | 0.09 | 65.48 | 0.83 | 0.51 |
| Hex | D6 | E9 | 19 | 8 | 0 | 59 | 9 | 41 | 53 | 33 |
| Octal | 326 | 351 | 31 | 10 | 0 | 131 | 11 | 101 | 123 | 63 |
| Binary | 11010110 | 11101001 | 11001 | 1000 | 0 | 1011001 | 1001 | 1000001 | 1010011 | 110011 |
Color Harmonies of #D6E919
Complementary color
Monochromatic Colors of #D6E919
Black with #D6E919
Text Example
Text Example
White with #D6E919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E919; }
p { color: rgb(214,233,25); }
H1.HeaderClassName
{
color: #D6E919;
}
.AnyTagClassName
{
color: #D6E919;
}
</style>
background-color css
<style>
a { background-color: #D6E919; }
a { background-color: rgb(214,233,25); }
div.DivClassName
{
background-color: #D6E919;
}
.BgClassName
{
background-color: #D6E919;
}
</style>
border-color css
<style>
span { border-color: #D6E919; }
span { border-color: rgb(214,233,25); }
td.TdClassName
{
border-color: #D6E919;
}
.TagClassName
{
border-color: #D6E919;
}
</style>