Shades of Pear #D8ED31
Tints of Pear #D8ED31
RGB
CMYK
RGB Variations
Color information
#D8ED31 (or 0xD8ED31) is known color: Pear. HEX triplet: D8, ED and 31. RGB value is (216,237,49). Sum of RGB (Red+Green+Blue) = 216+237+49=502 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.03% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 49 (19.53% from 255 or 9.76% from 502); Max value from RGB is 237 - color contains mainly: green. Hex color #D8ED31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8ED31 is #2712CE. Grayscale: #D2D2D2. Windows color (decimal): -2560719 or 3272152. OLE color: 3272152.
HSL color Cylindrical-coordinate representation of color #D8ED31: hue angle of 66.7º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D8ED31 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 237 | 49 | - |
| CMYK | 0.09 | 0 | 0.79 | 0.07 |
| HSL | 66.7º | 0.84% | 0.56% | - |
| HSV(B) | 66.7º | 0.79% | 0.93% | - |
| XYZ | 59.16 | 75.39 | 14.34 | - |
| YUV | 209.29 | 37.54 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 237 | 49 | 0.09 | 0 | 0.79 | 0.07 | 66.7 | 0.84 | 0.56 |
| Hex | D8 | ED | 31 | 9 | 0 | 4F | 7 | 43 | 54 | 38 |
| Octal | 330 | 355 | 61 | 11 | 0 | 117 | 7 | 103 | 124 | 70 |
| Binary | 11011000 | 11101101 | 110001 | 1001 | 0 | 1001111 | 111 | 1000011 | 1010100 | 111000 |
Color Harmonies of #D8ED31
Complementary color
Monochromatic Colors of #D8ED31
Black with #D8ED31
Text Example
Text Example
White with #D8ED31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ED31; }
p { color: rgb(216,237,49); }
H1.HeaderClassName
{
color: #D8ED31;
}
.AnyTagClassName
{
color: #D8ED31;
}
</style>
background-color css
<style>
a { background-color: #D8ED31; }
a { background-color: rgb(216,237,49); }
div.DivClassName
{
background-color: #D8ED31;
}
.BgClassName
{
background-color: #D8ED31;
}
</style>
border-color css
<style>
span { border-color: #D8ED31; }
span { border-color: rgb(216,237,49); }
td.TdClassName
{
border-color: #D8ED31;
}
.TagClassName
{
border-color: #D8ED31;
}
</style>