Shades of Pear #D1F92A
Tints of Pear #D1F92A
RGB
CMYK
RGB Variations
Color information
#D1F92A (or 0xD1F92A) is known color: Pear. HEX triplet: D1, F9 and 2A. RGB value is (209,249,42). Sum of RGB (Red+Green+Blue) = 209+249+42=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 249 (97.66% from 255 or 49.8% from 500); Blue value is 42 (16.80% from 255 or 8.4% from 500); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F92A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F92A is #2E06D5. Grayscale: #D6D6D6. Windows color (decimal): -3016406 or 2816465. OLE color: 2816465.
HSL color Cylindrical-coordinate representation of color #D1F92A: hue angle of 71.59º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D1F92A is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 249 | 42 | - |
| CMYK | 0.16 | 0 | 0.83 | 0.02 |
| HSL | 71.59º | 0.95% | 0.57% | - |
| HSV(B) | 71.59º | 0.83% | 0.98% | - |
| XYZ | 60.59 | 81.47 | 14.72 | - |
| YUV | 213.44 | 31.25 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 249 | 42 | 0.16 | 0 | 0.83 | 0.02 | 71.59 | 0.95 | 0.57 |
| Hex | D1 | F9 | 2A | 10 | 0 | 53 | 2 | 48 | 5F | 39 |
| Octal | 321 | 371 | 52 | 20 | 0 | 123 | 2 | 110 | 137 | 71 |
| Binary | 11010001 | 11111001 | 101010 | 10000 | 0 | 1010011 | 10 | 1001000 | 1011111 | 111001 |
Color Harmonies of #D1F92A
Complementary color
Monochromatic Colors of #D1F92A
Black with #D1F92A
Text Example
Text Example
White with #D1F92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F92A; }
p { color: rgb(209,249,42); }
H1.HeaderClassName
{
color: #D1F92A;
}
.AnyTagClassName
{
color: #D1F92A;
}
</style>
background-color css
<style>
a { background-color: #D1F92A; }
a { background-color: rgb(209,249,42); }
div.DivClassName
{
background-color: #D1F92A;
}
.BgClassName
{
background-color: #D1F92A;
}
</style>
border-color css
<style>
span { border-color: #D1F92A; }
span { border-color: rgb(209,249,42); }
td.TdClassName
{
border-color: #D1F92A;
}
.TagClassName
{
border-color: #D1F92A;
}
</style>