Shades of Pear #D0ED30
Tints of Pear #D0ED30
RGB
CMYK
RGB Variations
Color information
#D0ED30 (or 0xD0ED30) is known color: Pear. HEX triplet: D0, ED and 30. RGB value is (208,237,48). Sum of RGB (Red+Green+Blue) = 208+237+48=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 237 (92.97% from 255 or 48.07% from 493); Blue value is 48 (19.14% from 255 or 9.74% from 493); Max value from RGB is 237 - color contains mainly: green. Hex color #D0ED30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0ED30 is #2F12CF. Grayscale: #CFCFCF. Windows color (decimal): -3085008 or 3206608. OLE color: 3206608.
HSL color Cylindrical-coordinate representation of color #D0ED30: hue angle of 69.21º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0ED30 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 237 | 48 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.07 |
| HSL | 69.21º | 0.84% | 0.56% | - |
| HSV(B) | 69.21º | 0.8% | 0.93% | - |
| XYZ | 56.83 | 74.19 | 14.12 | - |
| YUV | 206.78 | 38.39 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 237 | 48 | 0.12 | 0 | 0.80 | 0.07 | 69.21 | 0.84 | 0.56 |
| Hex | D0 | ED | 30 | C | 0 | 50 | 7 | 45 | 54 | 38 |
| Octal | 320 | 355 | 60 | 14 | 0 | 120 | 7 | 105 | 124 | 70 |
| Binary | 11010000 | 11101101 | 110000 | 1100 | 0 | 1010000 | 111 | 1000101 | 1010100 | 111000 |
Color Harmonies of #D0ED30
Complementary color
Monochromatic Colors of #D0ED30
Black with #D0ED30
Text Example
Text Example
White with #D0ED30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ED30; }
p { color: rgb(208,237,48); }
H1.HeaderClassName
{
color: #D0ED30;
}
.AnyTagClassName
{
color: #D0ED30;
}
</style>
background-color css
<style>
a { background-color: #D0ED30; }
a { background-color: rgb(208,237,48); }
div.DivClassName
{
background-color: #D0ED30;
}
.BgClassName
{
background-color: #D0ED30;
}
</style>
border-color css
<style>
span { border-color: #D0ED30; }
span { border-color: rgb(208,237,48); }
td.TdClassName
{
border-color: #D0ED30;
}
.TagClassName
{
border-color: #D0ED30;
}
</style>