Shades of Pear #D3F426
Tints of Pear #D3F426
RGB
CMYK
RGB Variations
Color information
#D3F426 (or 0xD3F426) is known color: Pear. HEX triplet: D3, F4 and 26. RGB value is (211,244,38). Sum of RGB (Red+Green+Blue) = 211+244+38=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 244 (95.70% from 255 or 49.49% from 493); Blue value is 38 (15.23% from 255 or 7.71% from 493); Max value from RGB is 244 - color contains mainly: green. Hex color #D3F426 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F426 is #2C0BD9. Grayscale: #D3D3D3. Windows color (decimal): -2886618 or 2553043. OLE color: 2553043.
HSL color Cylindrical-coordinate representation of color #D3F426: hue angle of 69.61º 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 #D3F426 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 244 | 38 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.04 |
| HSL | 69.61º | 0.9% | 0.55% | - |
| HSV(B) | 69.61º | 0.84% | 0.96% | - |
| XYZ | 59.56 | 78.69 | 13.88 | - |
| YUV | 210.65 | 30.57 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 244 | 38 | 0.14 | 0 | 0.84 | 0.04 | 69.61 | 0.9 | 0.55 |
| Hex | D3 | F4 | 26 | E | 0 | 54 | 4 | 46 | 5A | 37 |
| Octal | 323 | 364 | 46 | 16 | 0 | 124 | 4 | 106 | 132 | 67 |
| Binary | 11010011 | 11110100 | 100110 | 1110 | 0 | 1010100 | 100 | 1000110 | 1011010 | 110111 |
Color Harmonies of #D3F426
Complementary color
Monochromatic Colors of #D3F426
Black with #D3F426
Text Example
Text Example
White with #D3F426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F426; }
p { color: rgb(211,244,38); }
H1.HeaderClassName
{
color: #D3F426;
}
.AnyTagClassName
{
color: #D3F426;
}
</style>
background-color css
<style>
a { background-color: #D3F426; }
a { background-color: rgb(211,244,38); }
div.DivClassName
{
background-color: #D3F426;
}
.BgClassName
{
background-color: #D3F426;
}
</style>
border-color css
<style>
span { border-color: #D3F426; }
span { border-color: rgb(211,244,38); }
td.TdClassName
{
border-color: #D3F426;
}
.TagClassName
{
border-color: #D3F426;
}
</style>