Shades of Pear #D0F73D
Tints of Pear #D0F73D
RGB
CMYK
RGB Variations
Color information
#D0F73D (or 0xD0F73D) is known color: Pear. HEX triplet: D0, F7 and 3D. RGB value is (208,247,61). Sum of RGB (Red+Green+Blue) = 208+247+61=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 247 (96.88% from 255 or 47.87% from 516); Blue value is 61 (24.22% from 255 or 11.82% from 516); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F73D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F73D is #2F08C2. Grayscale: #D6D6D6. Windows color (decimal): -3082435 or 4061136. OLE color: 4061136.
HSL color Cylindrical-coordinate representation of color #D0F73D: hue angle of 72.58º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D0F73D is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 247 | 61 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.03 |
| HSL | 72.58º | 0.92% | 0.6% | - |
| HSV(B) | 72.58º | 0.75% | 0.97% | - |
| XYZ | 60.12 | 80.27 | 16.74 | - |
| YUV | 214.14 | 41.58 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 247 | 61 | 0.16 | 0 | 0.75 | 0.03 | 72.58 | 0.92 | 0.6 |
| Hex | D0 | F7 | 3D | 10 | 0 | 4B | 3 | 49 | 5C | 3C |
| Octal | 320 | 367 | 75 | 20 | 0 | 113 | 3 | 111 | 134 | 74 |
| Binary | 11010000 | 11110111 | 111101 | 10000 | 0 | 1001011 | 11 | 1001001 | 1011100 | 111100 |
Color Harmonies of #D0F73D
Complementary color
Monochromatic Colors of #D0F73D
Black with #D0F73D
Text Example
Text Example
White with #D0F73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F73D; }
p { color: rgb(208,247,61); }
H1.HeaderClassName
{
color: #D0F73D;
}
.AnyTagClassName
{
color: #D0F73D;
}
</style>
background-color css
<style>
a { background-color: #D0F73D; }
a { background-color: rgb(208,247,61); }
div.DivClassName
{
background-color: #D0F73D;
}
.BgClassName
{
background-color: #D0F73D;
}
</style>
border-color css
<style>
span { border-color: #D0F73D; }
span { border-color: rgb(208,247,61); }
td.TdClassName
{
border-color: #D0F73D;
}
.TagClassName
{
border-color: #D0F73D;
}
</style>