Shades of Pear #D1F432
Tints of Pear #D1F432
RGB
CMYK
RGB Variations
Color information
#D1F432 (or 0xD1F432) is known color: Pear. HEX triplet: D1, F4 and 32. RGB value is (209,244,50). Sum of RGB (Red+Green+Blue) = 209+244+50=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 244 (95.70% from 255 or 48.51% from 503); Blue value is 50 (19.92% from 255 or 9.94% from 503); Max value from RGB is 244 - color contains mainly: green. Hex color #D1F432 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F432 is #2E0BCD. Grayscale: #D4D4D4. Windows color (decimal): -3017678 or 3339473. OLE color: 3339473.
HSL color Cylindrical-coordinate representation of color #D1F432: hue angle of 70.82º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D1F432 is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 244 | 50 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.04 |
| HSL | 70.82º | 0.9% | 0.58% | - |
| HSV(B) | 70.82º | 0.8% | 0.96% | - |
| XYZ | 59.22 | 78.49 | 15.05 | - |
| YUV | 211.42 | 36.9 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 244 | 50 | 0.14 | 0 | 0.80 | 0.04 | 70.82 | 0.9 | 0.58 |
| Hex | D1 | F4 | 32 | E | 0 | 50 | 4 | 47 | 5A | 3A |
| Octal | 321 | 364 | 62 | 16 | 0 | 120 | 4 | 107 | 132 | 72 |
| Binary | 11010001 | 11110100 | 110010 | 1110 | 0 | 1010000 | 100 | 1000111 | 1011010 | 111010 |
Color Harmonies of #D1F432
Complementary color
Monochromatic Colors of #D1F432
Black with #D1F432
Text Example
Text Example
White with #D1F432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F432; }
p { color: rgb(209,244,50); }
H1.HeaderClassName
{
color: #D1F432;
}
.AnyTagClassName
{
color: #D1F432;
}
</style>
background-color css
<style>
a { background-color: #D1F432; }
a { background-color: rgb(209,244,50); }
div.DivClassName
{
background-color: #D1F432;
}
.BgClassName
{
background-color: #D1F432;
}
</style>
border-color css
<style>
span { border-color: #D1F432; }
span { border-color: rgb(209,244,50); }
td.TdClassName
{
border-color: #D1F432;
}
.TagClassName
{
border-color: #D1F432;
}
</style>