Shades of Pear #D9FE41
Tints of Pear #D9FE41
RGB
CMYK
RGB Variations
Color information
#D9FE41 (or 0xD9FE41) is known color: Pear. HEX triplet: D9, FE and 41. RGB value is (217,254,65). Sum of RGB (Red+Green+Blue) = 217+254+65=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 254 (99.61% from 255 or 47.39% from 536); Blue value is 65 (25.78% from 255 or 12.13% from 536); Max value from RGB is 254 - color contains mainly: green. Hex color #D9FE41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9FE41 is #2601BE. Grayscale: #DEDEDE. Windows color (decimal): -2490815 or 4325081. OLE color: 4325081.
HSL color Cylindrical-coordinate representation of color #D9FE41: hue angle of 71.75º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D9FE41 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 254 | 65 | - |
| CMYK | 0.15 | 0 | 0.74 | 0.00 |
| HSL | 71.75º | 0.99% | 0.63% | - |
| HSV(B) | 71.75º | 0.74% | 1% | - |
| XYZ | 65.01 | 86.02 | 18.18 | - |
| YUV | 221.39 | 39.74 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 254 | 65 | 0.15 | 0 | 0.74 | 0.00 | 71.75 | 0.99 | 0.63 |
| Hex | D9 | FE | 41 | F | 0 | 4A | 0 | 48 | 63 | 3F |
| Octal | 331 | 376 | 101 | 17 | 0 | 112 | 0 | 110 | 143 | 77 |
| Binary | 11011001 | 11111110 | 1000001 | 1111 | 0 | 1001010 | 0 | 1001000 | 1100011 | 111111 |
Color Harmonies of #D9FE41
Complementary color
Monochromatic Colors of #D9FE41
Black with #D9FE41
Text Example
Text Example
White with #D9FE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FE41; }
p { color: rgb(217,254,65); }
H1.HeaderClassName
{
color: #D9FE41;
}
.AnyTagClassName
{
color: #D9FE41;
}
</style>
background-color css
<style>
a { background-color: #D9FE41; }
a { background-color: rgb(217,254,65); }
div.DivClassName
{
background-color: #D9FE41;
}
.BgClassName
{
background-color: #D9FE41;
}
</style>
border-color css
<style>
span { border-color: #D9FE41; }
span { border-color: rgb(217,254,65); }
td.TdClassName
{
border-color: #D9FE41;
}
.TagClassName
{
border-color: #D9FE41;
}
</style>