Shades of Pear #D0E93F
Tints of Pear #D0E93F
RGB
CMYK
RGB Variations
Color information
#D0E93F (or 0xD0E93F) is known color: Pear. HEX triplet: D0, E9 and 3F. RGB value is (208,233,63). Sum of RGB (Red+Green+Blue) = 208+233+63=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 233 (91.41% from 255 or 46.23% from 504); Blue value is 63 (25% from 255 or 12.5% from 504); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E93F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0E93F is #2F16C0. Grayscale: #CECECE. Windows color (decimal): -3086017 or 4188624. OLE color: 4188624.
HSL color Cylindrical-coordinate representation of color #D0E93F: hue angle of 68.82º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D0E93F is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 233 | 63 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.09 |
| HSL | 68.82º | 0.79% | 0.58% | - |
| HSV(B) | 68.82º | 0.73% | 0.91% | - |
| XYZ | 56.05 | 72.05 | 15.65 | - |
| YUV | 206.15 | 47.22 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 233 | 63 | 0.11 | 0 | 0.73 | 0.09 | 68.82 | 0.79 | 0.58 |
| Hex | D0 | E9 | 3F | B | 0 | 49 | 9 | 45 | 4F | 3A |
| Octal | 320 | 351 | 77 | 13 | 0 | 111 | 11 | 105 | 117 | 72 |
| Binary | 11010000 | 11101001 | 111111 | 1011 | 0 | 1001001 | 1001 | 1000101 | 1001111 | 111010 |
Color Harmonies of #D0E93F
Complementary color
Monochromatic Colors of #D0E93F
Black with #D0E93F
Text Example
Text Example
White with #D0E93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E93F; }
p { color: rgb(208,233,63); }
H1.HeaderClassName
{
color: #D0E93F;
}
.AnyTagClassName
{
color: #D0E93F;
}
</style>
background-color css
<style>
a { background-color: #D0E93F; }
a { background-color: rgb(208,233,63); }
div.DivClassName
{
background-color: #D0E93F;
}
.BgClassName
{
background-color: #D0E93F;
}
</style>
border-color css
<style>
span { border-color: #D0E93F; }
span { border-color: rgb(208,233,63); }
td.TdClassName
{
border-color: #D0E93F;
}
.TagClassName
{
border-color: #D0E93F;
}
</style>