Shades of Pear #D2F03D
Tints of Pear #D2F03D
RGB
CMYK
RGB Variations
Color information
#D2F03D (or 0xD2F03D) is known color: Pear. HEX triplet: D2, F0 and 3D. RGB value is (210,240,61). Sum of RGB (Red+Green+Blue) = 210+240+61=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 240 (94.14% from 255 or 46.97% from 511); Blue value is 61 (24.22% from 255 or 11.94% from 511); Max value from RGB is 240 - color contains mainly: green. Hex color #D2F03D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F03D is #2D0FC2. Grayscale: #D3D3D3. Windows color (decimal): -2953155 or 4059346. OLE color: 4059346.
HSL color Cylindrical-coordinate representation of color #D2F03D: hue angle of 70.06º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2F03D is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 240 | 61 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.06 |
| HSL | 70.06º | 0.86% | 0.59% | - |
| HSV(B) | 70.06º | 0.75% | 0.94% | - |
| XYZ | 58.58 | 76.36 | 16.07 | - |
| YUV | 210.62 | 43.56 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 240 | 61 | 0.12 | 0 | 0.75 | 0.06 | 70.06 | 0.86 | 0.59 |
| Hex | D2 | F0 | 3D | C | 0 | 4B | 6 | 46 | 56 | 3B |
| Octal | 322 | 360 | 75 | 14 | 0 | 113 | 6 | 106 | 126 | 73 |
| Binary | 11010010 | 11110000 | 111101 | 1100 | 0 | 1001011 | 110 | 1000110 | 1010110 | 111011 |
Color Harmonies of #D2F03D
Complementary color
Monochromatic Colors of #D2F03D
Black with #D2F03D
Text Example
Text Example
White with #D2F03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F03D; }
p { color: rgb(210,240,61); }
H1.HeaderClassName
{
color: #D2F03D;
}
.AnyTagClassName
{
color: #D2F03D;
}
</style>
background-color css
<style>
a { background-color: #D2F03D; }
a { background-color: rgb(210,240,61); }
div.DivClassName
{
background-color: #D2F03D;
}
.BgClassName
{
background-color: #D2F03D;
}
</style>
border-color css
<style>
span { border-color: #D2F03D; }
span { border-color: rgb(210,240,61); }
td.TdClassName
{
border-color: #D2F03D;
}
.TagClassName
{
border-color: #D2F03D;
}
</style>