Shades of Pear #D0F74A
Tints of Pear #D0F74A
RGB
CMYK
RGB Variations
Color information
#D0F74A (or 0xD0F74A) is known color: Pear. HEX triplet: D0, F7 and 4A. RGB value is (208,247,74). Sum of RGB (Red+Green+Blue) = 208+247+74=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 247 (96.88% from 255 or 46.69% from 529); Blue value is 74 (29.30% from 255 or 13.99% from 529); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F74A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F74A is #2F08B5. Grayscale: #D8D8D8. Windows color (decimal): -3082422 or 4913104. OLE color: 4913104.
HSL color Cylindrical-coordinate representation of color #D0F74A: hue angle of 73.53º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0F74A is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 247 | 74 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.03 |
| HSL | 73.53º | 0.92% | 0.63% | - |
| HSV(B) | 73.53º | 0.7% | 0.97% | - |
| XYZ | 60.51 | 80.43 | 18.81 | - |
| YUV | 215.62 | 48.08 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 247 | 74 | 0.16 | 0 | 0.70 | 0.03 | 73.53 | 0.92 | 0.63 |
| Hex | D0 | F7 | 4A | 10 | 0 | 46 | 3 | 4A | 5C | 3F |
| Octal | 320 | 367 | 112 | 20 | 0 | 106 | 3 | 112 | 134 | 77 |
| Binary | 11010000 | 11110111 | 1001010 | 10000 | 0 | 1000110 | 11 | 1001010 | 1011100 | 111111 |
Color Harmonies of #D0F74A
Complementary color
Monochromatic Colors of #D0F74A
Black with #D0F74A
Text Example
Text Example
White with #D0F74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F74A; }
p { color: rgb(208,247,74); }
H1.HeaderClassName
{
color: #D0F74A;
}
.AnyTagClassName
{
color: #D0F74A;
}
</style>
background-color css
<style>
a { background-color: #D0F74A; }
a { background-color: rgb(208,247,74); }
div.DivClassName
{
background-color: #D0F74A;
}
.BgClassName
{
background-color: #D0F74A;
}
</style>
border-color css
<style>
span { border-color: #D0F74A; }
span { border-color: rgb(208,247,74); }
td.TdClassName
{
border-color: #D0F74A;
}
.TagClassName
{
border-color: #D0F74A;
}
</style>