Shades of Pear #D0F945
Tints of Pear #D0F945
RGB
CMYK
RGB Variations
Color information
#D0F945 (or 0xD0F945) is known color: Pear. HEX triplet: D0, F9 and 45. RGB value is (208,249,69). Sum of RGB (Red+Green+Blue) = 208+249+69=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 249 (97.66% from 255 or 47.34% from 526); Blue value is 69 (27.34% from 255 or 13.12% from 526); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F945 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F945 is #2F06BA. Grayscale: #D8D8D8. Windows color (decimal): -3081915 or 4585936. OLE color: 4585936.
HSL color Cylindrical-coordinate representation of color #D0F945: hue angle of 73.67º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0F945 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 249 | 69 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.02 |
| HSL | 73.67º | 0.94% | 0.62% | - |
| HSV(B) | 73.67º | 0.72% | 0.98% | - |
| XYZ | 60.96 | 81.59 | 18.17 | - |
| YUV | 216.22 | 44.92 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 249 | 69 | 0.16 | 0 | 0.72 | 0.02 | 73.67 | 0.94 | 0.62 |
| Hex | D0 | F9 | 45 | 10 | 0 | 48 | 2 | 4A | 5E | 3E |
| Octal | 320 | 371 | 105 | 20 | 0 | 110 | 2 | 112 | 136 | 76 |
| Binary | 11010000 | 11111001 | 1000101 | 10000 | 0 | 1001000 | 10 | 1001010 | 1011110 | 111110 |
Color Harmonies of #D0F945
Complementary color
Monochromatic Colors of #D0F945
Black with #D0F945
Text Example
Text Example
White with #D0F945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F945; }
p { color: rgb(208,249,69); }
H1.HeaderClassName
{
color: #D0F945;
}
.AnyTagClassName
{
color: #D0F945;
}
</style>
background-color css
<style>
a { background-color: #D0F945; }
a { background-color: rgb(208,249,69); }
div.DivClassName
{
background-color: #D0F945;
}
.BgClassName
{
background-color: #D0F945;
}
</style>
border-color css
<style>
span { border-color: #D0F945; }
span { border-color: rgb(208,249,69); }
td.TdClassName
{
border-color: #D0F945;
}
.TagClassName
{
border-color: #D0F945;
}
</style>