Shades of Pear #D1F229
Tints of Pear #D1F229
RGB
CMYK
RGB Variations
Color information
#D1F229 (or 0xD1F229) is known color: Pear. HEX triplet: D1, F2 and 29. RGB value is (209,242,41). Sum of RGB (Red+Green+Blue) = 209+242+41=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 41 (16.41% from 255 or 8.33% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F229 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F229 is #2E0DD6. Grayscale: #D1D1D1. Windows color (decimal): -3018199 or 2749137. OLE color: 2749137.
HSL color Cylindrical-coordinate representation of color #D1F229: hue angle of 69.85º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D1F229 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 242 | 41 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.05 |
| HSL | 69.85º | 0.89% | 0.55% | - |
| HSV(B) | 69.85º | 0.83% | 0.95% | - |
| XYZ | 58.45 | 77.22 | 13.92 | - |
| YUV | 209.22 | 33.07 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 242 | 41 | 0.14 | 0 | 0.83 | 0.05 | 69.85 | 0.89 | 0.55 |
| Hex | D1 | F2 | 29 | E | 0 | 53 | 5 | 46 | 59 | 37 |
| Octal | 321 | 362 | 51 | 16 | 0 | 123 | 5 | 106 | 131 | 67 |
| Binary | 11010001 | 11110010 | 101001 | 1110 | 0 | 1010011 | 101 | 1000110 | 1011001 | 110111 |
Color Harmonies of #D1F229
Complementary color
Monochromatic Colors of #D1F229
Black with #D1F229
Text Example
Text Example
White with #D1F229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F229; }
p { color: rgb(209,242,41); }
H1.HeaderClassName
{
color: #D1F229;
}
.AnyTagClassName
{
color: #D1F229;
}
</style>
background-color css
<style>
a { background-color: #D1F229; }
a { background-color: rgb(209,242,41); }
div.DivClassName
{
background-color: #D1F229;
}
.BgClassName
{
background-color: #D1F229;
}
</style>
border-color css
<style>
span { border-color: #D1F229; }
span { border-color: rgb(209,242,41); }
td.TdClassName
{
border-color: #D1F229;
}
.TagClassName
{
border-color: #D1F229;
}
</style>