Shades of Pear #D0EA4B
Tints of Pear #D0EA4B
RGB
CMYK
RGB Variations
Color information
#D0EA4B (or 0xD0EA4B) is known color: Pear. HEX triplet: D0, EA and 4B. RGB value is (208,234,75). Sum of RGB (Red+Green+Blue) = 208+234+75=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 234 (91.80% from 255 or 45.26% from 517); Blue value is 75 (29.69% from 255 or 14.51% from 517); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EA4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0EA4B is #2F15B4. Grayscale: #D0D0D0. Windows color (decimal): -3085749 or 4975312. OLE color: 4975312.
HSL color Cylindrical-coordinate representation of color #D0EA4B: hue angle of 69.81º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D0EA4B is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 234 | 75 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.08 |
| HSL | 69.81º | 0.79% | 0.61% | - |
| HSV(B) | 69.81º | 0.68% | 0.92% | - |
| XYZ | 56.71 | 72.76 | 17.71 | - |
| YUV | 208.1 | 52.89 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 234 | 75 | 0.11 | 0 | 0.68 | 0.08 | 69.81 | 0.79 | 0.61 |
| Hex | D0 | EA | 4B | B | 0 | 44 | 8 | 46 | 4F | 3D |
| Octal | 320 | 352 | 113 | 13 | 0 | 104 | 10 | 106 | 117 | 75 |
| Binary | 11010000 | 11101010 | 1001011 | 1011 | 0 | 1000100 | 1000 | 1000110 | 1001111 | 111101 |
Color Harmonies of #D0EA4B
Complementary color
Monochromatic Colors of #D0EA4B
Black with #D0EA4B
Text Example
Text Example
White with #D0EA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EA4B; }
p { color: rgb(208,234,75); }
H1.HeaderClassName
{
color: #D0EA4B;
}
.AnyTagClassName
{
color: #D0EA4B;
}
</style>
background-color css
<style>
a { background-color: #D0EA4B; }
a { background-color: rgb(208,234,75); }
div.DivClassName
{
background-color: #D0EA4B;
}
.BgClassName
{
background-color: #D0EA4B;
}
</style>
border-color css
<style>
span { border-color: #D0EA4B; }
span { border-color: rgb(208,234,75); }
td.TdClassName
{
border-color: #D0EA4B;
}
.TagClassName
{
border-color: #D0EA4B;
}
</style>