Shades of Pear #D0F431
Tints of Pear #D0F431
RGB
CMYK
RGB Variations
Color information
#D0F431 (or 0xD0F431) is known color: Pear. HEX triplet: D0, F4 and 31. RGB value is (208,244,49). Sum of RGB (Red+Green+Blue) = 208+244+49=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 244 (95.70% from 255 or 48.70% from 501); Blue value is 49 (19.53% from 255 or 9.78% from 501); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F431 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F431 is #2F0BCE. Grayscale: #D3D3D3. Windows color (decimal): -3083215 or 3273936. OLE color: 3273936.
HSL color Cylindrical-coordinate representation of color #D0F431: hue angle of 71.08º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0F431 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 244 | 49 | - |
| CMYK | 0.15 | 0 | 0.80 | 0.04 |
| HSL | 71.08º | 0.9% | 0.57% | - |
| HSV(B) | 71.08º | 0.8% | 0.96% | - |
| XYZ | 58.92 | 78.33 | 14.92 | - |
| YUV | 211.01 | 36.57 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 244 | 49 | 0.15 | 0 | 0.80 | 0.04 | 71.08 | 0.9 | 0.57 |
| Hex | D0 | F4 | 31 | F | 0 | 50 | 4 | 47 | 5A | 39 |
| Octal | 320 | 364 | 61 | 17 | 0 | 120 | 4 | 107 | 132 | 71 |
| Binary | 11010000 | 11110100 | 110001 | 1111 | 0 | 1010000 | 100 | 1000111 | 1011010 | 111001 |
Color Harmonies of #D0F431
Complementary color
Monochromatic Colors of #D0F431
Black with #D0F431
Text Example
Text Example
White with #D0F431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F431; }
p { color: rgb(208,244,49); }
H1.HeaderClassName
{
color: #D0F431;
}
.AnyTagClassName
{
color: #D0F431;
}
</style>
background-color css
<style>
a { background-color: #D0F431; }
a { background-color: rgb(208,244,49); }
div.DivClassName
{
background-color: #D0F431;
}
.BgClassName
{
background-color: #D0F431;
}
</style>
border-color css
<style>
span { border-color: #D0F431; }
span { border-color: rgb(208,244,49); }
td.TdClassName
{
border-color: #D0F431;
}
.TagClassName
{
border-color: #D0F431;
}
</style>