Shades of Pear #D1F434
Tints of Pear #D1F434
RGB
CMYK
RGB Variations
Color information
#D1F434 (or 0xD1F434) is known color: Pear. HEX triplet: D1, F4 and 34. RGB value is (209,244,52). Sum of RGB (Red+Green+Blue) = 209+244+52=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 244 (95.70% from 255 or 48.32% from 505); Blue value is 52 (20.70% from 255 or 10.30% from 505); Max value from RGB is 244 - color contains mainly: green. Hex color #D1F434 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F434 is #2E0BCB. Grayscale: #D4D4D4. Windows color (decimal): -3017676 or 3470545. OLE color: 3470545.
HSL color Cylindrical-coordinate representation of color #D1F434: hue angle of 70.94º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1F434 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 244 | 52 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.04 |
| HSL | 70.94º | 0.9% | 0.58% | - |
| HSV(B) | 70.94º | 0.79% | 0.96% | - |
| XYZ | 59.27 | 78.5 | 15.28 | - |
| YUV | 211.65 | 37.9 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 244 | 52 | 0.14 | 0 | 0.79 | 0.04 | 70.94 | 0.9 | 0.58 |
| Hex | D1 | F4 | 34 | E | 0 | 4F | 4 | 47 | 5A | 3A |
| Octal | 321 | 364 | 64 | 16 | 0 | 117 | 4 | 107 | 132 | 72 |
| Binary | 11010001 | 11110100 | 110100 | 1110 | 0 | 1001111 | 100 | 1000111 | 1011010 | 111010 |
Color Harmonies of #D1F434
Complementary color
Monochromatic Colors of #D1F434
Black with #D1F434
Text Example
Text Example
White with #D1F434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F434; }
p { color: rgb(209,244,52); }
H1.HeaderClassName
{
color: #D1F434;
}
.AnyTagClassName
{
color: #D1F434;
}
</style>
background-color css
<style>
a { background-color: #D1F434; }
a { background-color: rgb(209,244,52); }
div.DivClassName
{
background-color: #D1F434;
}
.BgClassName
{
background-color: #D1F434;
}
</style>
border-color css
<style>
span { border-color: #D1F434; }
span { border-color: rgb(209,244,52); }
td.TdClassName
{
border-color: #D1F434;
}
.TagClassName
{
border-color: #D1F434;
}
</style>