Shades of Pear #D1F427
Tints of Pear #D1F427
RGB
CMYK
RGB Variations
Color information
#D1F427 (or 0xD1F427) is known color: Pear. HEX triplet: D1, F4 and 27. RGB value is (209,244,39). Sum of RGB (Red+Green+Blue) = 209+244+39=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 244 (95.70% from 255 or 49.59% from 492); Blue value is 39 (15.62% from 255 or 7.93% from 492); Max value from RGB is 244 - color contains mainly: green. Hex color #D1F427 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F427 is #2E0BD8. Grayscale: #D2D2D2. Windows color (decimal): -3017689 or 2618577. OLE color: 2618577.
HSL color Cylindrical-coordinate representation of color #D1F427: hue angle of 70.24º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D1F427 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 244 | 39 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.04 |
| HSL | 70.24º | 0.9% | 0.55% | - |
| HSV(B) | 70.24º | 0.84% | 0.96% | - |
| XYZ | 59.01 | 78.4 | 13.94 | - |
| YUV | 210.17 | 31.4 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 244 | 39 | 0.14 | 0 | 0.84 | 0.04 | 70.24 | 0.9 | 0.55 |
| Hex | D1 | F4 | 27 | E | 0 | 54 | 4 | 46 | 5A | 37 |
| Octal | 321 | 364 | 47 | 16 | 0 | 124 | 4 | 106 | 132 | 67 |
| Binary | 11010001 | 11110100 | 100111 | 1110 | 0 | 1010100 | 100 | 1000110 | 1011010 | 110111 |
Color Harmonies of #D1F427
Complementary color
Monochromatic Colors of #D1F427
Black with #D1F427
Text Example
Text Example
White with #D1F427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F427; }
p { color: rgb(209,244,39); }
H1.HeaderClassName
{
color: #D1F427;
}
.AnyTagClassName
{
color: #D1F427;
}
</style>
background-color css
<style>
a { background-color: #D1F427; }
a { background-color: rgb(209,244,39); }
div.DivClassName
{
background-color: #D1F427;
}
.BgClassName
{
background-color: #D1F427;
}
</style>
border-color css
<style>
span { border-color: #D1F427; }
span { border-color: rgb(209,244,39); }
td.TdClassName
{
border-color: #D1F427;
}
.TagClassName
{
border-color: #D1F427;
}
</style>