Shades of Pear #D0F424
Tints of Pear #D0F424
RGB
CMYK
RGB Variations
Color information
#D0F424 (or 0xD0F424) is known color: Pear. HEX triplet: D0, F4 and 24. RGB value is (208,244,36). Sum of RGB (Red+Green+Blue) = 208+244+36=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 244 (95.70% from 255 or 50% from 488); Blue value is 36 (14.45% from 255 or 7.38% from 488); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F424 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F424 is #2F0BDB. Grayscale: #D2D2D2. Windows color (decimal): -3083228 or 2421968. OLE color: 2421968.
HSL color Cylindrical-coordinate representation of color #D0F424: hue angle of 70.38º 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 #D0F424 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 244 | 36 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.04 |
| HSL | 70.38º | 0.9% | 0.55% | - |
| HSV(B) | 70.38º | 0.85% | 0.96% | - |
| XYZ | 58.68 | 78.24 | 13.68 | - |
| YUV | 209.52 | 30.07 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 244 | 36 | 0.15 | 0 | 0.85 | 0.04 | 70.38 | 0.9 | 0.55 |
| Hex | D0 | F4 | 24 | F | 0 | 55 | 4 | 46 | 5A | 37 |
| Octal | 320 | 364 | 44 | 17 | 0 | 125 | 4 | 106 | 132 | 67 |
| Binary | 11010000 | 11110100 | 100100 | 1111 | 0 | 1010101 | 100 | 1000110 | 1011010 | 110111 |
Color Harmonies of #D0F424
Complementary color
Monochromatic Colors of #D0F424
Black with #D0F424
Text Example
Text Example
White with #D0F424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F424; }
p { color: rgb(208,244,36); }
H1.HeaderClassName
{
color: #D0F424;
}
.AnyTagClassName
{
color: #D0F424;
}
</style>
background-color css
<style>
a { background-color: #D0F424; }
a { background-color: rgb(208,244,36); }
div.DivClassName
{
background-color: #D0F424;
}
.BgClassName
{
background-color: #D0F424;
}
</style>
border-color css
<style>
span { border-color: #D0F424; }
span { border-color: rgb(208,244,36); }
td.TdClassName
{
border-color: #D0F424;
}
.TagClassName
{
border-color: #D0F424;
}
</style>