Shades of Pear #D6EB17
Tints of Pear #D6EB17
RGB
CMYK
RGB Variations
Color information
#D6EB17 (or 0xD6EB17) is known color: Pear. HEX triplet: D6, EB and 17. RGB value is (214,235,23). Sum of RGB (Red+Green+Blue) = 214+235+23=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 235 (92.19% from 255 or 49.79% from 472); Blue value is 23 (9.38% from 255 or 4.87% from 472); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EB17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D6EB17 is #2914E8. Grayscale: #CDCDCD. Windows color (decimal): -2692329 or 1567702. OLE color: 1567702.
HSL color Cylindrical-coordinate representation of color #D6EB17: hue angle of 65.94º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D6EB17 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 235 | 23 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.08 |
| HSL | 65.94º | 0.84% | 0.51% | - |
| HSV(B) | 65.94º | 0.9% | 0.92% | - |
| XYZ | 57.59 | 73.77 | 12.01 | - |
| YUV | 204.55 | 25.54 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 235 | 23 | 0.09 | 0 | 0.90 | 0.08 | 65.94 | 0.84 | 0.51 |
| Hex | D6 | EB | 17 | 9 | 0 | 5A | 8 | 42 | 54 | 33 |
| Octal | 326 | 353 | 27 | 11 | 0 | 132 | 10 | 102 | 124 | 63 |
| Binary | 11010110 | 11101011 | 10111 | 1001 | 0 | 1011010 | 1000 | 1000010 | 1010100 | 110011 |
Color Harmonies of #D6EB17
Complementary color
Monochromatic Colors of #D6EB17
Black with #D6EB17
Text Example
Text Example
White with #D6EB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EB17; }
p { color: rgb(214,235,23); }
H1.HeaderClassName
{
color: #D6EB17;
}
.AnyTagClassName
{
color: #D6EB17;
}
</style>
background-color css
<style>
a { background-color: #D6EB17; }
a { background-color: rgb(214,235,23); }
div.DivClassName
{
background-color: #D6EB17;
}
.BgClassName
{
background-color: #D6EB17;
}
</style>
border-color css
<style>
span { border-color: #D6EB17; }
span { border-color: rgb(214,235,23); }
td.TdClassName
{
border-color: #D6EB17;
}
.TagClassName
{
border-color: #D6EB17;
}
</style>