Shades of Pear #D2F04A
Tints of Pear #D2F04A
RGB
CMYK
RGB Variations
Color information
#D2F04A (or 0xD2F04A) is known color: Pear. HEX triplet: D2, F0 and 4A. RGB value is (210,240,74). Sum of RGB (Red+Green+Blue) = 210+240+74=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 74 (29.30% from 255 or 14.12% from 524); Max value from RGB is 240 - color contains mainly: green. Hex color #D2F04A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F04A is #2D0FB5. Grayscale: #D4D4D4. Windows color (decimal): -2953142 or 4911314. OLE color: 4911314.
HSL color Cylindrical-coordinate representation of color #D2F04A: hue angle of 70.84º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D2F04A is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 240 | 74 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.06 |
| HSL | 70.84º | 0.85% | 0.62% | - |
| HSV(B) | 70.84º | 0.69% | 0.94% | - |
| XYZ | 58.97 | 76.52 | 18.14 | - |
| YUV | 212.11 | 50.06 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 240 | 74 | 0.12 | 0 | 0.69 | 0.06 | 70.84 | 0.85 | 0.62 |
| Hex | D2 | F0 | 4A | C | 0 | 45 | 6 | 47 | 55 | 3E |
| Octal | 322 | 360 | 112 | 14 | 0 | 105 | 6 | 107 | 125 | 76 |
| Binary | 11010010 | 11110000 | 1001010 | 1100 | 0 | 1000101 | 110 | 1000111 | 1010101 | 111110 |
Color Harmonies of #D2F04A
Complementary color
Monochromatic Colors of #D2F04A
Black with #D2F04A
Text Example
Text Example
White with #D2F04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F04A; }
p { color: rgb(210,240,74); }
H1.HeaderClassName
{
color: #D2F04A;
}
.AnyTagClassName
{
color: #D2F04A;
}
</style>
background-color css
<style>
a { background-color: #D2F04A; }
a { background-color: rgb(210,240,74); }
div.DivClassName
{
background-color: #D2F04A;
}
.BgClassName
{
background-color: #D2F04A;
}
</style>
border-color css
<style>
span { border-color: #D2F04A; }
span { border-color: rgb(210,240,74); }
td.TdClassName
{
border-color: #D2F04A;
}
.TagClassName
{
border-color: #D2F04A;
}
</style>