Shades of Pear #D2F426
Tints of Pear #D2F426
RGB
CMYK
RGB Variations
Color information
#D2F426 (or 0xD2F426) is known color: Pear. HEX triplet: D2, F4 and 26. RGB value is (210,244,38). Sum of RGB (Red+Green+Blue) = 210+244+38=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 244 (95.70% from 255 or 49.59% from 492); Blue value is 38 (15.23% from 255 or 7.72% from 492); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F426 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F426 is #2D0BD9. Grayscale: #D3D3D3. Windows color (decimal): -2952154 or 2553042. OLE color: 2553042.
HSL color Cylindrical-coordinate representation of color #D2F426: hue angle of 69.9º 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 #D2F426 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 244 | 38 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.04 |
| HSL | 69.9º | 0.9% | 0.55% | - |
| HSV(B) | 69.9º | 0.84% | 0.96% | - |
| XYZ | 59.28 | 78.54 | 13.87 | - |
| YUV | 210.35 | 30.74 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 244 | 38 | 0.14 | 0 | 0.84 | 0.04 | 69.9 | 0.9 | 0.55 |
| Hex | D2 | F4 | 26 | E | 0 | 54 | 4 | 46 | 5A | 37 |
| Octal | 322 | 364 | 46 | 16 | 0 | 124 | 4 | 106 | 132 | 67 |
| Binary | 11010010 | 11110100 | 100110 | 1110 | 0 | 1010100 | 100 | 1000110 | 1011010 | 110111 |
Color Harmonies of #D2F426
Complementary color
Monochromatic Colors of #D2F426
Black with #D2F426
Text Example
Text Example
White with #D2F426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F426; }
p { color: rgb(210,244,38); }
H1.HeaderClassName
{
color: #D2F426;
}
.AnyTagClassName
{
color: #D2F426;
}
</style>
background-color css
<style>
a { background-color: #D2F426; }
a { background-color: rgb(210,244,38); }
div.DivClassName
{
background-color: #D2F426;
}
.BgClassName
{
background-color: #D2F426;
}
</style>
border-color css
<style>
span { border-color: #D2F426; }
span { border-color: rgb(210,244,38); }
td.TdClassName
{
border-color: #D2F426;
}
.TagClassName
{
border-color: #D2F426;
}
</style>