Shades of Pear #D1F72D
Tints of Pear #D1F72D
RGB
CMYK
RGB Variations
Color information
#D1F72D (or 0xD1F72D) is known color: Pear. HEX triplet: D1, F7 and 2D. RGB value is (209,247,45). Sum of RGB (Red+Green+Blue) = 209+247+45=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 247 (96.88% from 255 or 49.30% from 501); Blue value is 45 (17.97% from 255 or 8.98% from 501); Max value from RGB is 247 - color contains mainly: green. Hex color #D1F72D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F72D is #2E08D2. Grayscale: #D5D5D5. Windows color (decimal): -3016915 or 3012561. OLE color: 3012561.
HSL color Cylindrical-coordinate representation of color #D1F72D: hue angle of 71.29º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D1F72D is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 247 | 45 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.03 |
| HSL | 71.29º | 0.93% | 0.57% | - |
| HSV(B) | 71.29º | 0.82% | 0.97% | - |
| XYZ | 60.03 | 80.27 | 14.81 | - |
| YUV | 212.61 | 33.41 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 247 | 45 | 0.15 | 0 | 0.82 | 0.03 | 71.29 | 0.93 | 0.57 |
| Hex | D1 | F7 | 2D | F | 0 | 52 | 3 | 47 | 5D | 39 |
| Octal | 321 | 367 | 55 | 17 | 0 | 122 | 3 | 107 | 135 | 71 |
| Binary | 11010001 | 11110111 | 101101 | 1111 | 0 | 1010010 | 11 | 1000111 | 1011101 | 111001 |
Color Harmonies of #D1F72D
Complementary color
Monochromatic Colors of #D1F72D
Black with #D1F72D
Text Example
Text Example
White with #D1F72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F72D; }
p { color: rgb(209,247,45); }
H1.HeaderClassName
{
color: #D1F72D;
}
.AnyTagClassName
{
color: #D1F72D;
}
</style>
background-color css
<style>
a { background-color: #D1F72D; }
a { background-color: rgb(209,247,45); }
div.DivClassName
{
background-color: #D1F72D;
}
.BgClassName
{
background-color: #D1F72D;
}
</style>
border-color css
<style>
span { border-color: #D1F72D; }
span { border-color: rgb(209,247,45); }
td.TdClassName
{
border-color: #D1F72D;
}
.TagClassName
{
border-color: #D1F72D;
}
</style>