Shades of Pear #D5F424
Tints of Pear #D5F424
RGB
CMYK
RGB Variations
Color information
#D5F424 (or 0xD5F424) is known color: Pear. HEX triplet: D5, F4 and 24. RGB value is (213,244,36). Sum of RGB (Red+Green+Blue) = 213+244+36=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 244 (95.70% from 255 or 49.49% from 493); Blue value is 36 (14.45% from 255 or 7.30% from 493); Max value from RGB is 244 - color contains mainly: green. Hex color #D5F424 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F424 is #2A0BDB. Grayscale: #D3D3D3. Windows color (decimal): -2755548 or 2421973. OLE color: 2421973.
HSL color Cylindrical-coordinate representation of color #D5F424: hue angle of 68.94º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5F424 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 244 | 36 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.04 |
| HSL | 68.94º | 0.9% | 0.55% | - |
| HSV(B) | 68.94º | 0.85% | 0.96% | - |
| XYZ | 60.11 | 78.97 | 13.74 | - |
| YUV | 211.02 | 29.23 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 244 | 36 | 0.13 | 0 | 0.85 | 0.04 | 68.94 | 0.9 | 0.55 |
| Hex | D5 | F4 | 24 | D | 0 | 55 | 4 | 45 | 5A | 37 |
| Octal | 325 | 364 | 44 | 15 | 0 | 125 | 4 | 105 | 132 | 67 |
| Binary | 11010101 | 11110100 | 100100 | 1101 | 0 | 1010101 | 100 | 1000101 | 1011010 | 110111 |
Color Harmonies of #D5F424
Complementary color
Monochromatic Colors of #D5F424
Black with #D5F424
Text Example
Text Example
White with #D5F424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F424; }
p { color: rgb(213,244,36); }
H1.HeaderClassName
{
color: #D5F424;
}
.AnyTagClassName
{
color: #D5F424;
}
</style>
background-color css
<style>
a { background-color: #D5F424; }
a { background-color: rgb(213,244,36); }
div.DivClassName
{
background-color: #D5F424;
}
.BgClassName
{
background-color: #D5F424;
}
</style>
border-color css
<style>
span { border-color: #D5F424; }
span { border-color: rgb(213,244,36); }
td.TdClassName
{
border-color: #D5F424;
}
.TagClassName
{
border-color: #D5F424;
}
</style>