Shades of Pear #D8ED3A
Tints of Pear #D8ED3A
RGB
CMYK
RGB Variations
Color information
#D8ED3A (or 0xD8ED3A) is known color: Pear. HEX triplet: D8, ED and 3A. RGB value is (216,237,58). Sum of RGB (Red+Green+Blue) = 216+237+58=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 237 (92.97% from 255 or 46.38% from 511); Blue value is 58 (23.05% from 255 or 11.35% from 511); Max value from RGB is 237 - color contains mainly: green. Hex color #D8ED3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8ED3A is #2712C5. Grayscale: #D3D3D3. Windows color (decimal): -2560710 or 3861976. OLE color: 3861976.
HSL color Cylindrical-coordinate representation of color #D8ED3A: hue angle of 67.04º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D8ED3A is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 237 | 58 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.07 |
| HSL | 67.04º | 0.83% | 0.58% | - |
| HSV(B) | 67.04º | 0.76% | 0.93% | - |
| XYZ | 59.37 | 75.47 | 15.44 | - |
| YUV | 210.32 | 42.04 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 237 | 58 | 0.09 | 0 | 0.76 | 0.07 | 67.04 | 0.83 | 0.58 |
| Hex | D8 | ED | 3A | 9 | 0 | 4C | 7 | 43 | 53 | 3A |
| Octal | 330 | 355 | 72 | 11 | 0 | 114 | 7 | 103 | 123 | 72 |
| Binary | 11011000 | 11101101 | 111010 | 1001 | 0 | 1001100 | 111 | 1000011 | 1010011 | 111010 |
Color Harmonies of #D8ED3A
Complementary color
Monochromatic Colors of #D8ED3A
Black with #D8ED3A
Text Example
Text Example
White with #D8ED3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ED3A; }
p { color: rgb(216,237,58); }
H1.HeaderClassName
{
color: #D8ED3A;
}
.AnyTagClassName
{
color: #D8ED3A;
}
</style>
background-color css
<style>
a { background-color: #D8ED3A; }
a { background-color: rgb(216,237,58); }
div.DivClassName
{
background-color: #D8ED3A;
}
.BgClassName
{
background-color: #D8ED3A;
}
</style>
border-color css
<style>
span { border-color: #D8ED3A; }
span { border-color: rgb(216,237,58); }
td.TdClassName
{
border-color: #D8ED3A;
}
.TagClassName
{
border-color: #D8ED3A;
}
</style>