Shades of Pear #D9FC28
Tints of Pear #D9FC28
RGB
CMYK
RGB Variations
Color information
#D9FC28 (or 0xD9FC28) is known color: Pear. HEX triplet: D9, FC and 28. RGB value is (217,252,40). Sum of RGB (Red+Green+Blue) = 217+252+40=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 252 (98.83% from 255 or 49.51% from 509); Blue value is 40 (16.02% from 255 or 7.86% from 509); Max value from RGB is 252 - color contains mainly: green. Hex color #D9FC28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9FC28 is #2603D7. Grayscale: #DADADA. Windows color (decimal): -2491352 or 2686169. OLE color: 2686169.
HSL color Cylindrical-coordinate representation of color #D9FC28: hue angle of 69.91º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D9FC28 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 252 | 40 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.01 |
| HSL | 69.91º | 0.97% | 0.57% | - |
| HSV(B) | 69.91º | 0.84% | 0.99% | - |
| XYZ | 63.81 | 84.53 | 14.96 | - |
| YUV | 217.37 | 27.9 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 252 | 40 | 0.14 | 0 | 0.84 | 0.01 | 69.91 | 0.97 | 0.57 |
| Hex | D9 | FC | 28 | E | 0 | 54 | 1 | 46 | 61 | 39 |
| Octal | 331 | 374 | 50 | 16 | 0 | 124 | 1 | 106 | 141 | 71 |
| Binary | 11011001 | 11111100 | 101000 | 1110 | 0 | 1010100 | 1 | 1000110 | 1100001 | 111001 |
Color Harmonies of #D9FC28
Complementary color
Monochromatic Colors of #D9FC28
Black with #D9FC28
Text Example
Text Example
White with #D9FC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FC28; }
p { color: rgb(217,252,40); }
H1.HeaderClassName
{
color: #D9FC28;
}
.AnyTagClassName
{
color: #D9FC28;
}
</style>
background-color css
<style>
a { background-color: #D9FC28; }
a { background-color: rgb(217,252,40); }
div.DivClassName
{
background-color: #D9FC28;
}
.BgClassName
{
background-color: #D9FC28;
}
</style>
border-color css
<style>
span { border-color: #D9FC28; }
span { border-color: rgb(217,252,40); }
td.TdClassName
{
border-color: #D9FC28;
}
.TagClassName
{
border-color: #D9FC28;
}
</style>