Shades of Pear #D1F93D
Tints of Pear #D1F93D
RGB
CMYK
RGB Variations
Color information
#D1F93D (or 0xD1F93D) is known color: Pear. HEX triplet: D1, F9 and 3D. RGB value is (209,249,61). Sum of RGB (Red+Green+Blue) = 209+249+61=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 249 (97.66% from 255 or 47.98% from 519); Blue value is 61 (24.22% from 255 or 11.75% from 519); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F93D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F93D is #2E06C2. Grayscale: #D8D8D8. Windows color (decimal): -3016387 or 4061649. OLE color: 4061649.
HSL color Cylindrical-coordinate representation of color #D1F93D: hue angle of 72.77º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D1F93D is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 249 | 61 | - |
| CMYK | 0.16 | 0 | 0.76 | 0.02 |
| HSL | 72.77º | 0.94% | 0.61% | - |
| HSV(B) | 72.77º | 0.76% | 0.98% | - |
| XYZ | 61.01 | 81.64 | 16.96 | - |
| YUV | 215.61 | 40.75 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 249 | 61 | 0.16 | 0 | 0.76 | 0.02 | 72.77 | 0.94 | 0.61 |
| Hex | D1 | F9 | 3D | 10 | 0 | 4C | 2 | 49 | 5E | 3D |
| Octal | 321 | 371 | 75 | 20 | 0 | 114 | 2 | 111 | 136 | 75 |
| Binary | 11010001 | 11111001 | 111101 | 10000 | 0 | 1001100 | 10 | 1001001 | 1011110 | 111101 |
Color Harmonies of #D1F93D
Complementary color
Monochromatic Colors of #D1F93D
Black with #D1F93D
Text Example
Text Example
White with #D1F93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F93D; }
p { color: rgb(209,249,61); }
H1.HeaderClassName
{
color: #D1F93D;
}
.AnyTagClassName
{
color: #D1F93D;
}
</style>
background-color css
<style>
a { background-color: #D1F93D; }
a { background-color: rgb(209,249,61); }
div.DivClassName
{
background-color: #D1F93D;
}
.BgClassName
{
background-color: #D1F93D;
}
</style>
border-color css
<style>
span { border-color: #D1F93D; }
span { border-color: rgb(209,249,61); }
td.TdClassName
{
border-color: #D1F93D;
}
.TagClassName
{
border-color: #D1F93D;
}
</style>