Shades of Pear #D0EF4C
Tints of Pear #D0EF4C
RGB
CMYK
RGB Variations
Color information
#D0EF4C (or 0xD0EF4C) is known color: Pear. HEX triplet: D0, EF and 4C. RGB value is (208,239,76). Sum of RGB (Red+Green+Blue) = 208+239+76=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 239 (93.75% from 255 or 45.70% from 523); Blue value is 76 (30.08% from 255 or 14.53% from 523); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EF4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0EF4C is #2F10B3. Grayscale: #D3D3D3. Windows color (decimal): -3084468 or 5042128. OLE color: 5042128.
HSL color Cylindrical-coordinate representation of color #D0EF4C: hue angle of 71.41º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D0EF4C is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 239 | 76 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.06 |
| HSL | 71.41º | 0.84% | 0.62% | - |
| HSV(B) | 71.41º | 0.68% | 0.94% | - |
| XYZ | 58.18 | 75.66 | 18.38 | - |
| YUV | 211.15 | 51.73 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 239 | 76 | 0.13 | 0 | 0.68 | 0.06 | 71.41 | 0.84 | 0.62 |
| Hex | D0 | EF | 4C | D | 0 | 44 | 6 | 47 | 54 | 3E |
| Octal | 320 | 357 | 114 | 15 | 0 | 104 | 6 | 107 | 124 | 76 |
| Binary | 11010000 | 11101111 | 1001100 | 1101 | 0 | 1000100 | 110 | 1000111 | 1010100 | 111110 |
Color Harmonies of #D0EF4C
Complementary color
Monochromatic Colors of #D0EF4C
Black with #D0EF4C
Text Example
Text Example
White with #D0EF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EF4C; }
p { color: rgb(208,239,76); }
H1.HeaderClassName
{
color: #D0EF4C;
}
.AnyTagClassName
{
color: #D0EF4C;
}
</style>
background-color css
<style>
a { background-color: #D0EF4C; }
a { background-color: rgb(208,239,76); }
div.DivClassName
{
background-color: #D0EF4C;
}
.BgClassName
{
background-color: #D0EF4C;
}
</style>
border-color css
<style>
span { border-color: #D0EF4C; }
span { border-color: rgb(208,239,76); }
td.TdClassName
{
border-color: #D0EF4C;
}
.TagClassName
{
border-color: #D0EF4C;
}
</style>