Shades of Pear #D1F941
Tints of Pear #D1F941
RGB
CMYK
RGB Variations
Color information
#D1F941 (or 0xD1F941) is known color: Pear. HEX triplet: D1, F9 and 41. RGB value is (209,249,65). Sum of RGB (Red+Green+Blue) = 209+249+65=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 249 (97.66% from 255 or 47.61% from 523); Blue value is 65 (25.78% from 255 or 12.43% from 523); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F941 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F941 is #2E06BE. Grayscale: #D8D8D8. Windows color (decimal): -3016383 or 4323793. OLE color: 4323793.
HSL color Cylindrical-coordinate representation of color #D1F941: hue angle of 73.04º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D1F941 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 249 | 65 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.02 |
| HSL | 73.04º | 0.94% | 0.62% | - |
| HSV(B) | 73.04º | 0.74% | 0.98% | - |
| XYZ | 61.12 | 81.69 | 17.55 | - |
| YUV | 216.06 | 42.75 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 249 | 65 | 0.16 | 0 | 0.74 | 0.02 | 73.04 | 0.94 | 0.62 |
| Hex | D1 | F9 | 41 | 10 | 0 | 4A | 2 | 49 | 5E | 3E |
| Octal | 321 | 371 | 101 | 20 | 0 | 112 | 2 | 111 | 136 | 76 |
| Binary | 11010001 | 11111001 | 1000001 | 10000 | 0 | 1001010 | 10 | 1001001 | 1011110 | 111110 |
Color Harmonies of #D1F941
Complementary color
Monochromatic Colors of #D1F941
Black with #D1F941
Text Example
Text Example
White with #D1F941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F941; }
p { color: rgb(209,249,65); }
H1.HeaderClassName
{
color: #D1F941;
}
.AnyTagClassName
{
color: #D1F941;
}
</style>
background-color css
<style>
a { background-color: #D1F941; }
a { background-color: rgb(209,249,65); }
div.DivClassName
{
background-color: #D1F941;
}
.BgClassName
{
background-color: #D1F941;
}
</style>
border-color css
<style>
span { border-color: #D1F941; }
span { border-color: rgb(209,249,65); }
td.TdClassName
{
border-color: #D1F941;
}
.TagClassName
{
border-color: #D1F941;
}
</style>