Shades of Pear #D0ED32
Tints of Pear #D0ED32
RGB
CMYK
RGB Variations
Color information
#D0ED32 (or 0xD0ED32) is known color: Pear. HEX triplet: D0, ED and 32. RGB value is (208,237,50). Sum of RGB (Red+Green+Blue) = 208+237+50=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 237 (92.97% from 255 or 47.88% from 495); Blue value is 50 (19.92% from 255 or 10.10% from 495); Max value from RGB is 237 - color contains mainly: green. Hex color #D0ED32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0ED32 is #2F12CD. Grayscale: #CFCFCF. Windows color (decimal): -3085006 or 3337680. OLE color: 3337680.
HSL color Cylindrical-coordinate representation of color #D0ED32: hue angle of 69.3º 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 #D0ED32 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 237 | 50 | - |
| CMYK | 0.12 | 0 | 0.79 | 0.07 |
| HSL | 69.3º | 0.84% | 0.56% | - |
| HSV(B) | 69.3º | 0.79% | 0.93% | - |
| XYZ | 56.87 | 74.21 | 14.34 | - |
| YUV | 207.01 | 39.39 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 237 | 50 | 0.12 | 0 | 0.79 | 0.07 | 69.3 | 0.84 | 0.56 |
| Hex | D0 | ED | 32 | C | 0 | 4F | 7 | 45 | 54 | 38 |
| Octal | 320 | 355 | 62 | 14 | 0 | 117 | 7 | 105 | 124 | 70 |
| Binary | 11010000 | 11101101 | 110010 | 1100 | 0 | 1001111 | 111 | 1000101 | 1010100 | 111000 |
Color Harmonies of #D0ED32
Complementary color
Monochromatic Colors of #D0ED32
Black with #D0ED32
Text Example
Text Example
White with #D0ED32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ED32; }
p { color: rgb(208,237,50); }
H1.HeaderClassName
{
color: #D0ED32;
}
.AnyTagClassName
{
color: #D0ED32;
}
</style>
background-color css
<style>
a { background-color: #D0ED32; }
a { background-color: rgb(208,237,50); }
div.DivClassName
{
background-color: #D0ED32;
}
.BgClassName
{
background-color: #D0ED32;
}
</style>
border-color css
<style>
span { border-color: #D0ED32; }
span { border-color: rgb(208,237,50); }
td.TdClassName
{
border-color: #D0ED32;
}
.TagClassName
{
border-color: #D0ED32;
}
</style>