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