Shades of Pear #D4F428
Tints of Pear #D4F428
RGB
CMYK
RGB Variations
Color information
#D4F428 (or 0xD4F428) is known color: Pear. HEX triplet: D4, F4 and 28. RGB value is (212,244,40). Sum of RGB (Red+Green+Blue) = 212+244+40=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 244 (95.70% from 255 or 49.19% from 496); Blue value is 40 (16.02% from 255 or 8.06% from 496); Max value from RGB is 244 - color contains mainly: green. Hex color #D4F428 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F428 is #2B0BD7. Grayscale: #D3D3D3. Windows color (decimal): -2821080 or 2684116. OLE color: 2684116.
HSL color Cylindrical-coordinate representation of color #D4F428: hue angle of 69.41º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D4F428 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 244 | 40 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.04 |
| HSL | 69.41º | 0.9% | 0.56% | - |
| HSV(B) | 69.41º | 0.84% | 0.96% | - |
| XYZ | 59.89 | 78.85 | 14.07 | - |
| YUV | 211.18 | 31.4 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 244 | 40 | 0.13 | 0 | 0.84 | 0.04 | 69.41 | 0.9 | 0.56 |
| Hex | D4 | F4 | 28 | D | 0 | 54 | 4 | 45 | 5A | 38 |
| Octal | 324 | 364 | 50 | 15 | 0 | 124 | 4 | 105 | 132 | 70 |
| Binary | 11010100 | 11110100 | 101000 | 1101 | 0 | 1010100 | 100 | 1000101 | 1011010 | 111000 |
Color Harmonies of #D4F428
Complementary color
Monochromatic Colors of #D4F428
Black with #D4F428
Text Example
Text Example
White with #D4F428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F428; }
p { color: rgb(212,244,40); }
H1.HeaderClassName
{
color: #D4F428;
}
.AnyTagClassName
{
color: #D4F428;
}
</style>
background-color css
<style>
a { background-color: #D4F428; }
a { background-color: rgb(212,244,40); }
div.DivClassName
{
background-color: #D4F428;
}
.BgClassName
{
background-color: #D4F428;
}
</style>
border-color css
<style>
span { border-color: #D4F428; }
span { border-color: rgb(212,244,40); }
td.TdClassName
{
border-color: #D4F428;
}
.TagClassName
{
border-color: #D4F428;
}
</style>