Shades of Pear #D8EC1F
Tints of Pear #D8EC1F
RGB
CMYK
RGB Variations
Color information
#D8EC1F (or 0xD8EC1F) is known color: Pear. HEX triplet: D8, EC and 1F. RGB value is (216,236,31). Sum of RGB (Red+Green+Blue) = 216+236+31=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 31 (12.5% from 255 or 6.42% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #D8EC1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8EC1F is #2713E0. Grayscale: #CFCFCF. Windows color (decimal): -2560993 or 2092248. OLE color: 2092248.
HSL color Cylindrical-coordinate representation of color #D8EC1F: hue angle of 65.85º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D8EC1F is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 236 | 31 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.07 |
| HSL | 65.85º | 0.84% | 0.52% | - |
| HSV(B) | 65.85º | 0.87% | 0.93% | - |
| XYZ | 58.56 | 74.69 | 12.63 | - |
| YUV | 206.65 | 28.87 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 236 | 31 | 0.08 | 0 | 0.87 | 0.07 | 65.85 | 0.84 | 0.52 |
| Hex | D8 | EC | 1F | 8 | 0 | 57 | 7 | 42 | 54 | 34 |
| Octal | 330 | 354 | 37 | 10 | 0 | 127 | 7 | 102 | 124 | 64 |
| Binary | 11011000 | 11101100 | 11111 | 1000 | 0 | 1010111 | 111 | 1000010 | 1010100 | 110100 |
Color Harmonies of #D8EC1F
Complementary color
Monochromatic Colors of #D8EC1F
Black with #D8EC1F
Text Example
Text Example
White with #D8EC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EC1F; }
p { color: rgb(216,236,31); }
H1.HeaderClassName
{
color: #D8EC1F;
}
.AnyTagClassName
{
color: #D8EC1F;
}
</style>
background-color css
<style>
a { background-color: #D8EC1F; }
a { background-color: rgb(216,236,31); }
div.DivClassName
{
background-color: #D8EC1F;
}
.BgClassName
{
background-color: #D8EC1F;
}
</style>
border-color css
<style>
span { border-color: #D8EC1F; }
span { border-color: rgb(216,236,31); }
td.TdClassName
{
border-color: #D8EC1F;
}
.TagClassName
{
border-color: #D8EC1F;
}
</style>