Shades of Pear #D0E11B
Tints of Pear #D0E11B
RGB
CMYK
RGB Variations
Color information
#D0E11B (or 0xD0E11B) is known color: Pear. HEX triplet: D0, E1 and 1B. RGB value is (208,225,27). Sum of RGB (Red+Green+Blue) = 208+225+27=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 225 (88.28% from 255 or 48.91% from 460); Blue value is 27 (10.94% from 255 or 5.87% from 460); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E11B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E11B is #2F1EE4. Grayscale: #C6C6C6. Windows color (decimal): -3088101 or 1827280. OLE color: 1827280.
HSL color Cylindrical-coordinate representation of color #D0E11B: hue angle of 65.15º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0E11B is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 225 | 27 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.12 |
| HSL | 65.15º | 0.79% | 0.49% | - |
| HSV(B) | 65.15º | 0.88% | 0.88% | - |
| XYZ | 53.14 | 67.34 | 11.23 | - |
| YUV | 197.35 | 31.87 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 225 | 27 | 0.08 | 0 | 0.88 | 0.12 | 65.15 | 0.79 | 0.49 |
| Hex | D0 | E1 | 1B | 8 | 0 | 58 | C | 41 | 4F | 31 |
| Octal | 320 | 341 | 33 | 10 | 0 | 130 | 14 | 101 | 117 | 61 |
| Binary | 11010000 | 11100001 | 11011 | 1000 | 0 | 1011000 | 1100 | 1000001 | 1001111 | 110001 |
Color Harmonies of #D0E11B
Complementary color
Monochromatic Colors of #D0E11B
Black with #D0E11B
Text Example
Text Example
White with #D0E11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E11B; }
p { color: rgb(208,225,27); }
H1.HeaderClassName
{
color: #D0E11B;
}
.AnyTagClassName
{
color: #D0E11B;
}
</style>
background-color css
<style>
a { background-color: #D0E11B; }
a { background-color: rgb(208,225,27); }
div.DivClassName
{
background-color: #D0E11B;
}
.BgClassName
{
background-color: #D0E11B;
}
</style>
border-color css
<style>
span { border-color: #D0E11B; }
span { border-color: rgb(208,225,27); }
td.TdClassName
{
border-color: #D0E11B;
}
.TagClassName
{
border-color: #D0E11B;
}
</style>