Shades of Pear #D0F94B
Tints of Pear #D0F94B
RGB
CMYK
RGB Variations
Color information
#D0F94B (or 0xD0F94B) is known color: Pear. HEX triplet: D0, F9 and 4B. RGB value is (208,249,75). Sum of RGB (Red+Green+Blue) = 208+249+75=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 249 (97.66% from 255 or 46.80% from 532); Blue value is 75 (29.69% from 255 or 14.10% from 532); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F94B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F94B is #2F06B4. Grayscale: #D9D9D9. Windows color (decimal): -3081909 or 4979152. OLE color: 4979152.
HSL color Cylindrical-coordinate representation of color #D0F94B: hue angle of 74.14º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0F94B is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 249 | 75 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.02 |
| HSL | 74.14º | 0.94% | 0.64% | - |
| HSV(B) | 74.14º | 0.7% | 0.98% | - |
| XYZ | 61.16 | 81.67 | 19.2 | - |
| YUV | 216.91 | 47.92 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 249 | 75 | 0.16 | 0 | 0.70 | 0.02 | 74.14 | 0.94 | 0.64 |
| Hex | D0 | F9 | 4B | 10 | 0 | 46 | 2 | 4A | 5E | 40 |
| Octal | 320 | 371 | 113 | 20 | 0 | 106 | 2 | 112 | 136 | 100 |
| Binary | 11010000 | 11111001 | 1001011 | 10000 | 0 | 1000110 | 10 | 1001010 | 1011110 | 1000000 |
Color Harmonies of #D0F94B
Complementary color
Monochromatic Colors of #D0F94B
Black with #D0F94B
Text Example
Text Example
White with #D0F94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F94B; }
p { color: rgb(208,249,75); }
H1.HeaderClassName
{
color: #D0F94B;
}
.AnyTagClassName
{
color: #D0F94B;
}
</style>
background-color css
<style>
a { background-color: #D0F94B; }
a { background-color: rgb(208,249,75); }
div.DivClassName
{
background-color: #D0F94B;
}
.BgClassName
{
background-color: #D0F94B;
}
</style>
border-color css
<style>
span { border-color: #D0F94B; }
span { border-color: rgb(208,249,75); }
td.TdClassName
{
border-color: #D0F94B;
}
.TagClassName
{
border-color: #D0F94B;
}
</style>