Shades of Pear #D9FE48
Tints of Pear #D9FE48
RGB
CMYK
RGB Variations
Color information
#D9FE48 (or 0xD9FE48) is known color: Pear. HEX triplet: D9, FE and 48. RGB value is (217,254,72). Sum of RGB (Red+Green+Blue) = 217+254+72=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 72 (28.52% from 255 or 13.26% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #D9FE48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9FE48 is #2601B7. Grayscale: #DEDEDE. Windows color (decimal): -2490808 or 4783833. OLE color: 4783833.
HSL color Cylindrical-coordinate representation of color #D9FE48: hue angle of 72.2º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9FE48 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 254 | 72 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.00 |
| HSL | 72.2º | 0.99% | 0.64% | - |
| HSV(B) | 72.2º | 0.72% | 1% | - |
| XYZ | 65.23 | 86.1 | 19.31 | - |
| YUV | 222.19 | 43.24 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 254 | 72 | 0.15 | 0 | 0.72 | 0.00 | 72.2 | 0.99 | 0.64 |
| Hex | D9 | FE | 48 | F | 0 | 48 | 0 | 48 | 63 | 40 |
| Octal | 331 | 376 | 110 | 17 | 0 | 110 | 0 | 110 | 143 | 100 |
| Binary | 11011001 | 11111110 | 1001000 | 1111 | 0 | 1001000 | 0 | 1001000 | 1100011 | 1000000 |
Color Harmonies of #D9FE48
Complementary color
Monochromatic Colors of #D9FE48
Black with #D9FE48
Text Example
Text Example
White with #D9FE48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FE48; }
p { color: rgb(217,254,72); }
H1.HeaderClassName
{
color: #D9FE48;
}
.AnyTagClassName
{
color: #D9FE48;
}
</style>
background-color css
<style>
a { background-color: #D9FE48; }
a { background-color: rgb(217,254,72); }
div.DivClassName
{
background-color: #D9FE48;
}
.BgClassName
{
background-color: #D9FE48;
}
</style>
border-color css
<style>
span { border-color: #D9FE48; }
span { border-color: rgb(217,254,72); }
td.TdClassName
{
border-color: #D9FE48;
}
.TagClassName
{
border-color: #D9FE48;
}
</style>