Shades of Pear #D1F31D
Tints of Pear #D1F31D
RGB
CMYK
RGB Variations
Color information
#D1F31D (or 0xD1F31D) is known color: Pear. HEX triplet: D1, F3 and 1D. RGB value is (209,243,29). Sum of RGB (Red+Green+Blue) = 209+243+29=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 243 (95.31% from 255 or 50.52% from 481); Blue value is 29 (11.72% from 255 or 6.03% from 481); Max value from RGB is 243 - color contains mainly: green. Hex color #D1F31D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F31D is #2E0CE2. Grayscale: #D1D1D1. Windows color (decimal): -3017955 or 1962961. OLE color: 1962961.
HSL color Cylindrical-coordinate representation of color #D1F31D: hue angle of 69.53º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1F31D is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 243 | 29 | - |
| CMYK | 0.14 | 0 | 0.88 | 0.05 |
| HSL | 69.53º | 0.9% | 0.53% | - |
| HSV(B) | 69.53º | 0.88% | 0.95% | - |
| XYZ | 58.57 | 77.75 | 13.08 | - |
| YUV | 208.44 | 26.74 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 243 | 29 | 0.14 | 0 | 0.88 | 0.05 | 69.53 | 0.9 | 0.53 |
| Hex | D1 | F3 | 1D | E | 0 | 58 | 5 | 46 | 5A | 35 |
| Octal | 321 | 363 | 35 | 16 | 0 | 130 | 5 | 106 | 132 | 65 |
| Binary | 11010001 | 11110011 | 11101 | 1110 | 0 | 1011000 | 101 | 1000110 | 1011010 | 110101 |
Color Harmonies of #D1F31D
Complementary color
Monochromatic Colors of #D1F31D
Black with #D1F31D
Text Example
Text Example
White with #D1F31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F31D; }
p { color: rgb(209,243,29); }
H1.HeaderClassName
{
color: #D1F31D;
}
.AnyTagClassName
{
color: #D1F31D;
}
</style>
background-color css
<style>
a { background-color: #D1F31D; }
a { background-color: rgb(209,243,29); }
div.DivClassName
{
background-color: #D1F31D;
}
.BgClassName
{
background-color: #D1F31D;
}
</style>
border-color css
<style>
span { border-color: #D1F31D; }
span { border-color: rgb(209,243,29); }
td.TdClassName
{
border-color: #D1F31D;
}
.TagClassName
{
border-color: #D1F31D;
}
</style>