Shades of Pear #D9F223
Tints of Pear #D9F223
RGB
CMYK
RGB Variations
Color information
#D9F223 (or 0xD9F223) is known color: Pear. HEX triplet: D9, F2 and 23. RGB value is (217,242,35). Sum of RGB (Red+Green+Blue) = 217+242+35=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 242 (94.92% from 255 or 48.99% from 494); Blue value is 35 (14.06% from 255 or 7.09% from 494); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F223 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F223 is #260DDC. Grayscale: #D3D3D3. Windows color (decimal): -2493917 or 2355929. OLE color: 2355929.
HSL color Cylindrical-coordinate representation of color #D9F223: hue angle of 67.25º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D9F223 is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 242 | 35 | - |
| CMYK | 0.10 | 0 | 0.86 | 0.05 |
| HSL | 67.25º | 0.89% | 0.54% | - |
| HSV(B) | 67.25º | 0.86% | 0.95% | - |
| XYZ | 60.67 | 78.38 | 13.52 | - |
| YUV | 210.93 | 28.72 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 242 | 35 | 0.10 | 0 | 0.86 | 0.05 | 67.25 | 0.89 | 0.54 |
| Hex | D9 | F2 | 23 | A | 0 | 56 | 5 | 43 | 59 | 36 |
| Octal | 331 | 362 | 43 | 12 | 0 | 126 | 5 | 103 | 131 | 66 |
| Binary | 11011001 | 11110010 | 100011 | 1010 | 0 | 1010110 | 101 | 1000011 | 1011001 | 110110 |
Color Harmonies of #D9F223
Complementary color
Monochromatic Colors of #D9F223
Black with #D9F223
Text Example
Text Example
White with #D9F223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F223; }
p { color: rgb(217,242,35); }
H1.HeaderClassName
{
color: #D9F223;
}
.AnyTagClassName
{
color: #D9F223;
}
</style>
background-color css
<style>
a { background-color: #D9F223; }
a { background-color: rgb(217,242,35); }
div.DivClassName
{
background-color: #D9F223;
}
.BgClassName
{
background-color: #D9F223;
}
</style>
border-color css
<style>
span { border-color: #D9F223; }
span { border-color: rgb(217,242,35); }
td.TdClassName
{
border-color: #D9F223;
}
.TagClassName
{
border-color: #D9F223;
}
</style>