Shades of Pear #D2F044
Tints of Pear #D2F044
RGB
CMYK
RGB Variations
Color information
#D2F044 (or 0xD2F044) is known color: Pear. HEX triplet: D2, F0 and 44. RGB value is (210,240,68). Sum of RGB (Red+Green+Blue) = 210+240+68=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 240 (94.14% from 255 or 46.33% from 518); Blue value is 68 (26.95% from 255 or 13.13% from 518); Max value from RGB is 240 - color contains mainly: green. Hex color #D2F044 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F044 is #2D0FBB. Grayscale: #D4D4D4. Windows color (decimal): -2953148 or 4518098. OLE color: 4518098.
HSL color Cylindrical-coordinate representation of color #D2F044: hue angle of 70.47º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D2F044 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 240 | 68 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.06 |
| HSL | 70.47º | 0.85% | 0.6% | - |
| HSV(B) | 70.47º | 0.72% | 0.94% | - |
| XYZ | 58.78 | 76.44 | 17.12 | - |
| YUV | 211.42 | 47.06 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 240 | 68 | 0.12 | 0 | 0.72 | 0.06 | 70.47 | 0.85 | 0.6 |
| Hex | D2 | F0 | 44 | C | 0 | 48 | 6 | 46 | 55 | 3C |
| Octal | 322 | 360 | 104 | 14 | 0 | 110 | 6 | 106 | 125 | 74 |
| Binary | 11010010 | 11110000 | 1000100 | 1100 | 0 | 1001000 | 110 | 1000110 | 1010101 | 111100 |
Color Harmonies of #D2F044
Complementary color
Monochromatic Colors of #D2F044
Black with #D2F044
Text Example
Text Example
White with #D2F044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F044; }
p { color: rgb(210,240,68); }
H1.HeaderClassName
{
color: #D2F044;
}
.AnyTagClassName
{
color: #D2F044;
}
</style>
background-color css
<style>
a { background-color: #D2F044; }
a { background-color: rgb(210,240,68); }
div.DivClassName
{
background-color: #D2F044;
}
.BgClassName
{
background-color: #D2F044;
}
</style>
border-color css
<style>
span { border-color: #D2F044; }
span { border-color: rgb(210,240,68); }
td.TdClassName
{
border-color: #D2F044;
}
.TagClassName
{
border-color: #D2F044;
}
</style>