Shades of Pear #D9F241
Tints of Pear #D9F241
RGB
CMYK
RGB Variations
Color information
#D9F241 (or 0xD9F241) is known color: Pear. HEX triplet: D9, F2 and 41. RGB value is (217,242,65). Sum of RGB (Red+Green+Blue) = 217+242+65=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 65 (25.78% from 255 or 12.40% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F241 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F241 is #260DBE. Grayscale: #D7D7D7. Windows color (decimal): -2493887 or 4322009. OLE color: 4322009.
HSL color Cylindrical-coordinate representation of color #D9F241: hue angle of 68.47º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D9F241 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 242 | 65 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.05 |
| HSL | 68.47º | 0.87% | 0.6% | - |
| HSV(B) | 68.47º | 0.73% | 0.95% | - |
| XYZ | 61.32 | 78.64 | 16.95 | - |
| YUV | 214.35 | 43.72 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 242 | 65 | 0.10 | 0 | 0.73 | 0.05 | 68.47 | 0.87 | 0.6 |
| Hex | D9 | F2 | 41 | A | 0 | 49 | 5 | 44 | 57 | 3C |
| Octal | 331 | 362 | 101 | 12 | 0 | 111 | 5 | 104 | 127 | 74 |
| Binary | 11011001 | 11110010 | 1000001 | 1010 | 0 | 1001001 | 101 | 1000100 | 1010111 | 111100 |
Color Harmonies of #D9F241
Complementary color
Monochromatic Colors of #D9F241
Black with #D9F241
Text Example
Text Example
White with #D9F241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F241; }
p { color: rgb(217,242,65); }
H1.HeaderClassName
{
color: #D9F241;
}
.AnyTagClassName
{
color: #D9F241;
}
</style>
background-color css
<style>
a { background-color: #D9F241; }
a { background-color: rgb(217,242,65); }
div.DivClassName
{
background-color: #D9F241;
}
.BgClassName
{
background-color: #D9F241;
}
</style>
border-color css
<style>
span { border-color: #D9F241; }
span { border-color: rgb(217,242,65); }
td.TdClassName
{
border-color: #D9F241;
}
.TagClassName
{
border-color: #D9F241;
}
</style>