Shades of Pear #D1F93F
Tints of Pear #D1F93F
RGB
CMYK
RGB Variations
Color information
#D1F93F (or 0xD1F93F) is known color: Pear. HEX triplet: D1, F9 and 3F. RGB value is (209,249,63). Sum of RGB (Red+Green+Blue) = 209+249+63=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 249 (97.66% from 255 or 47.79% from 521); Blue value is 63 (25% from 255 or 12.09% from 521); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F93F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F93F is #2E06C0. Grayscale: #D8D8D8. Windows color (decimal): -3016385 or 4192721. OLE color: 4192721.
HSL color Cylindrical-coordinate representation of color #D1F93F: hue angle of 72.9º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1F93F is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 249 | 63 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.02 |
| HSL | 72.9º | 0.94% | 0.61% | - |
| HSV(B) | 72.9º | 0.75% | 0.98% | - |
| XYZ | 61.07 | 81.67 | 17.25 | - |
| YUV | 215.84 | 41.75 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 249 | 63 | 0.16 | 0 | 0.75 | 0.02 | 72.9 | 0.94 | 0.61 |
| Hex | D1 | F9 | 3F | 10 | 0 | 4B | 2 | 49 | 5E | 3D |
| Octal | 321 | 371 | 77 | 20 | 0 | 113 | 2 | 111 | 136 | 75 |
| Binary | 11010001 | 11111001 | 111111 | 10000 | 0 | 1001011 | 10 | 1001001 | 1011110 | 111101 |
Color Harmonies of #D1F93F
Complementary color
Monochromatic Colors of #D1F93F
Black with #D1F93F
Text Example
Text Example
White with #D1F93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F93F; }
p { color: rgb(209,249,63); }
H1.HeaderClassName
{
color: #D1F93F;
}
.AnyTagClassName
{
color: #D1F93F;
}
</style>
background-color css
<style>
a { background-color: #D1F93F; }
a { background-color: rgb(209,249,63); }
div.DivClassName
{
background-color: #D1F93F;
}
.BgClassName
{
background-color: #D1F93F;
}
</style>
border-color css
<style>
span { border-color: #D1F93F; }
span { border-color: rgb(209,249,63); }
td.TdClassName
{
border-color: #D1F93F;
}
.TagClassName
{
border-color: #D1F93F;
}
</style>