Shades of Pear #D0EB17
Tints of Pear #D0EB17
RGB
CMYK
RGB Variations
Color information
#D0EB17 (or 0xD0EB17) is known color: Pear. HEX triplet: D0, EB and 17. RGB value is (208,235,23). Sum of RGB (Red+Green+Blue) = 208+235+23=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 235 (92.19% from 255 or 50.43% from 466); Blue value is 23 (9.38% from 255 or 4.94% from 466); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EB17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0EB17 is #2F14E8. Grayscale: #CBCBCB. Windows color (decimal): -3085545 or 1567696. OLE color: 1567696.
HSL color Cylindrical-coordinate representation of color #D0EB17: hue angle of 67.64º 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 #D0EB17 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 235 | 23 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.08 |
| HSL | 67.64º | 0.84% | 0.51% | - |
| HSV(B) | 67.64º | 0.9% | 0.92% | - |
| XYZ | 55.88 | 72.89 | 11.93 | - |
| YUV | 202.76 | 26.55 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 235 | 23 | 0.11 | 0 | 0.90 | 0.08 | 67.64 | 0.84 | 0.51 |
| Hex | D0 | EB | 17 | B | 0 | 5A | 8 | 44 | 54 | 33 |
| Octal | 320 | 353 | 27 | 13 | 0 | 132 | 10 | 104 | 124 | 63 |
| Binary | 11010000 | 11101011 | 10111 | 1011 | 0 | 1011010 | 1000 | 1000100 | 1010100 | 110011 |
Color Harmonies of #D0EB17
Complementary color
Monochromatic Colors of #D0EB17
Black with #D0EB17
Text Example
Text Example
White with #D0EB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EB17; }
p { color: rgb(208,235,23); }
H1.HeaderClassName
{
color: #D0EB17;
}
.AnyTagClassName
{
color: #D0EB17;
}
</style>
background-color css
<style>
a { background-color: #D0EB17; }
a { background-color: rgb(208,235,23); }
div.DivClassName
{
background-color: #D0EB17;
}
.BgClassName
{
background-color: #D0EB17;
}
</style>
border-color css
<style>
span { border-color: #D0EB17; }
span { border-color: rgb(208,235,23); }
td.TdClassName
{
border-color: #D0EB17;
}
.TagClassName
{
border-color: #D0EB17;
}
</style>