Shades of Pear #D0E942
Tints of Pear #D0E942
RGB
CMYK
RGB Variations
Color information
#D0E942 (or 0xD0E942) is known color: Pear. HEX triplet: D0, E9 and 42. RGB value is (208,233,66). Sum of RGB (Red+Green+Blue) = 208+233+66=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 233 (91.41% from 255 or 45.96% from 507); Blue value is 66 (26.17% from 255 or 13.02% from 507); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E942 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0E942 is #2F16BD. Grayscale: #CFCFCF. Windows color (decimal): -3086014 or 4385232. OLE color: 4385232.
HSL color Cylindrical-coordinate representation of color #D0E942: hue angle of 68.98º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0E942 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 233 | 66 | - |
| CMYK | 0.11 | 0 | 0.72 | 0.09 |
| HSL | 68.98º | 0.79% | 0.59% | - |
| HSV(B) | 68.98º | 0.72% | 0.91% | - |
| XYZ | 56.13 | 72.08 | 16.11 | - |
| YUV | 206.49 | 48.72 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 233 | 66 | 0.11 | 0 | 0.72 | 0.09 | 68.98 | 0.79 | 0.59 |
| Hex | D0 | E9 | 42 | B | 0 | 48 | 9 | 45 | 4F | 3B |
| Octal | 320 | 351 | 102 | 13 | 0 | 110 | 11 | 105 | 117 | 73 |
| Binary | 11010000 | 11101001 | 1000010 | 1011 | 0 | 1001000 | 1001 | 1000101 | 1001111 | 111011 |
Color Harmonies of #D0E942
Complementary color
Monochromatic Colors of #D0E942
Black with #D0E942
Text Example
Text Example
White with #D0E942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E942; }
p { color: rgb(208,233,66); }
H1.HeaderClassName
{
color: #D0E942;
}
.AnyTagClassName
{
color: #D0E942;
}
</style>
background-color css
<style>
a { background-color: #D0E942; }
a { background-color: rgb(208,233,66); }
div.DivClassName
{
background-color: #D0E942;
}
.BgClassName
{
background-color: #D0E942;
}
</style>
border-color css
<style>
span { border-color: #D0E942; }
span { border-color: rgb(208,233,66); }
td.TdClassName
{
border-color: #D0E942;
}
.TagClassName
{
border-color: #D0E942;
}
</style>