Shades of Pear #D1E62F
Tints of Pear #D1E62F
RGB
CMYK
RGB Variations
Color information
#D1E62F (or 0xD1E62F) is known color: Pear. HEX triplet: D1, E6 and 2F. RGB value is (209,230,47). Sum of RGB (Red+Green+Blue) = 209+230+47=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 230 (90.23% from 255 or 47.33% from 486); Blue value is 47 (18.75% from 255 or 9.67% from 486); Max value from RGB is 230 - color contains mainly: green. Hex color #D1E62F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1E62F is #2E19D0. Grayscale: #CBCBCB. Windows color (decimal): -3021265 or 3139281. OLE color: 3139281.
HSL color Cylindrical-coordinate representation of color #D1E62F: hue angle of 66.89º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D1E62F is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 230 | 47 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.10 |
| HSL | 66.89º | 0.79% | 0.54% | - |
| HSV(B) | 66.89º | 0.8% | 0.9% | - |
| XYZ | 55.1 | 70.35 | 13.36 | - |
| YUV | 202.86 | 40.04 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 230 | 47 | 0.09 | 0 | 0.80 | 0.10 | 66.89 | 0.79 | 0.54 |
| Hex | D1 | E6 | 2F | 9 | 0 | 50 | A | 43 | 4F | 36 |
| Octal | 321 | 346 | 57 | 11 | 0 | 120 | 12 | 103 | 117 | 66 |
| Binary | 11010001 | 11100110 | 101111 | 1001 | 0 | 1010000 | 1010 | 1000011 | 1001111 | 110110 |
Color Harmonies of #D1E62F
Complementary color
Monochromatic Colors of #D1E62F
Black with #D1E62F
Text Example
Text Example
White with #D1E62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E62F; }
p { color: rgb(209,230,47); }
H1.HeaderClassName
{
color: #D1E62F;
}
.AnyTagClassName
{
color: #D1E62F;
}
</style>
background-color css
<style>
a { background-color: #D1E62F; }
a { background-color: rgb(209,230,47); }
div.DivClassName
{
background-color: #D1E62F;
}
.BgClassName
{
background-color: #D1E62F;
}
</style>
border-color css
<style>
span { border-color: #D1E62F; }
span { border-color: rgb(209,230,47); }
td.TdClassName
{
border-color: #D1E62F;
}
.TagClassName
{
border-color: #D1E62F;
}
</style>