Shades of Pear #D0ED48
Tints of Pear #D0ED48
RGB
CMYK
RGB Variations
Color information
#D0ED48 (or 0xD0ED48) is known color: Pear. HEX triplet: D0, ED and 48. RGB value is (208,237,72). Sum of RGB (Red+Green+Blue) = 208+237+72=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 72 (28.52% from 255 or 13.93% from 517); Max value from RGB is 237 - color contains mainly: green. Hex color #D0ED48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0ED48 is #2F12B7. Grayscale: #D2D2D2. Windows color (decimal): -3084984 or 4779472. OLE color: 4779472.
HSL color Cylindrical-coordinate representation of color #D0ED48: hue angle of 70.55º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0ED48 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 237 | 72 | - |
| CMYK | 0.12 | 0 | 0.70 | 0.07 |
| HSL | 70.55º | 0.82% | 0.61% | - |
| HSV(B) | 70.55º | 0.7% | 0.93% | - |
| XYZ | 57.47 | 74.45 | 17.47 | - |
| YUV | 209.52 | 50.39 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 237 | 72 | 0.12 | 0 | 0.70 | 0.07 | 70.55 | 0.82 | 0.61 |
| Hex | D0 | ED | 48 | C | 0 | 46 | 7 | 47 | 52 | 3D |
| Octal | 320 | 355 | 110 | 14 | 0 | 106 | 7 | 107 | 122 | 75 |
| Binary | 11010000 | 11101101 | 1001000 | 1100 | 0 | 1000110 | 111 | 1000111 | 1010010 | 111101 |
Color Harmonies of #D0ED48
Complementary color
Monochromatic Colors of #D0ED48
Black with #D0ED48
Text Example
Text Example
White with #D0ED48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ED48; }
p { color: rgb(208,237,72); }
H1.HeaderClassName
{
color: #D0ED48;
}
.AnyTagClassName
{
color: #D0ED48;
}
</style>
background-color css
<style>
a { background-color: #D0ED48; }
a { background-color: rgb(208,237,72); }
div.DivClassName
{
background-color: #D0ED48;
}
.BgClassName
{
background-color: #D0ED48;
}
</style>
border-color css
<style>
span { border-color: #D0ED48; }
span { border-color: rgb(208,237,72); }
td.TdClassName
{
border-color: #D0ED48;
}
.TagClassName
{
border-color: #D0ED48;
}
</style>