Shades of Pear #D9F31D
Tints of Pear #D9F31D
RGB
CMYK
RGB Variations
Color information
#D9F31D (or 0xD9F31D) is known color: Pear. HEX triplet: D9, F3 and 1D. RGB value is (217,243,29). Sum of RGB (Red+Green+Blue) = 217+243+29=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 243 (95.31% from 255 or 49.69% from 489); Blue value is 29 (11.72% from 255 or 5.93% from 489); Max value from RGB is 243 - color contains mainly: green. Hex color #D9F31D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F31D is #260CE2. Grayscale: #D3D3D3. Windows color (decimal): -2493667 or 1962969. OLE color: 1962969.
HSL color Cylindrical-coordinate representation of color #D9F31D: hue angle of 67.29º 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 #D9F31D is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 243 | 29 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.05 |
| HSL | 67.29º | 0.9% | 0.53% | - |
| HSV(B) | 67.29º | 0.88% | 0.95% | - |
| XYZ | 60.89 | 78.94 | 13.19 | - |
| YUV | 210.83 | 25.39 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 243 | 29 | 0.11 | 0 | 0.88 | 0.05 | 67.29 | 0.9 | 0.53 |
| Hex | D9 | F3 | 1D | B | 0 | 58 | 5 | 43 | 5A | 35 |
| Octal | 331 | 363 | 35 | 13 | 0 | 130 | 5 | 103 | 132 | 65 |
| Binary | 11011001 | 11110011 | 11101 | 1011 | 0 | 1011000 | 101 | 1000011 | 1011010 | 110101 |
Color Harmonies of #D9F31D
Complementary color
Monochromatic Colors of #D9F31D
Black with #D9F31D
Text Example
Text Example
White with #D9F31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F31D; }
p { color: rgb(217,243,29); }
H1.HeaderClassName
{
color: #D9F31D;
}
.AnyTagClassName
{
color: #D9F31D;
}
</style>
background-color css
<style>
a { background-color: #D9F31D; }
a { background-color: rgb(217,243,29); }
div.DivClassName
{
background-color: #D9F31D;
}
.BgClassName
{
background-color: #D9F31D;
}
</style>
border-color css
<style>
span { border-color: #D9F31D; }
span { border-color: rgb(217,243,29); }
td.TdClassName
{
border-color: #D9F31D;
}
.TagClassName
{
border-color: #D9F31D;
}
</style>