Shades of Pear #D1F34D
Tints of Pear #D1F34D
RGB
CMYK
RGB Variations
Color information
#D1F34D (or 0xD1F34D) is known color: Pear. HEX triplet: D1, F3 and 4D. RGB value is (209,243,77). Sum of RGB (Red+Green+Blue) = 209+243+77=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 243 (95.31% from 255 or 45.94% from 529); Blue value is 77 (30.47% from 255 or 14.56% from 529); Max value from RGB is 243 - color contains mainly: green. Hex color #D1F34D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F34D is #2E0CB2. Grayscale: #D6D6D6. Windows color (decimal): -3017907 or 5108689. OLE color: 5108689.
HSL color Cylindrical-coordinate representation of color #D1F34D: hue angle of 72.29º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D1F34D is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 243 | 77 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.05 |
| HSL | 72.29º | 0.87% | 0.63% | - |
| HSV(B) | 72.29º | 0.68% | 0.95% | - |
| XYZ | 59.68 | 78.19 | 18.97 | - |
| YUV | 213.91 | 50.74 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 243 | 77 | 0.14 | 0 | 0.68 | 0.05 | 72.29 | 0.87 | 0.63 |
| Hex | D1 | F3 | 4D | E | 0 | 44 | 5 | 48 | 57 | 3F |
| Octal | 321 | 363 | 115 | 16 | 0 | 104 | 5 | 110 | 127 | 77 |
| Binary | 11010001 | 11110011 | 1001101 | 1110 | 0 | 1000100 | 101 | 1001000 | 1010111 | 111111 |
Color Harmonies of #D1F34D
Complementary color
Monochromatic Colors of #D1F34D
Black with #D1F34D
Text Example
Text Example
White with #D1F34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F34D; }
p { color: rgb(209,243,77); }
H1.HeaderClassName
{
color: #D1F34D;
}
.AnyTagClassName
{
color: #D1F34D;
}
</style>
background-color css
<style>
a { background-color: #D1F34D; }
a { background-color: rgb(209,243,77); }
div.DivClassName
{
background-color: #D1F34D;
}
.BgClassName
{
background-color: #D1F34D;
}
</style>
border-color css
<style>
span { border-color: #D1F34D; }
span { border-color: rgb(209,243,77); }
td.TdClassName
{
border-color: #D1F34D;
}
.TagClassName
{
border-color: #D1F34D;
}
</style>