Shades of Pear #D2FF40
Tints of Pear #D2FF40
RGB
CMYK
RGB Variations
Color information
#D2FF40 (or 0xD2FF40) is known color: Pear. HEX triplet: D2, FF and 40. RGB value is (210,255,64). Sum of RGB (Red+Green+Blue) = 210+255+64=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 64 (25.39% from 255 or 12.10% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2FF40 is #2D00BF. Grayscale: #DCDCDC. Windows color (decimal): -2949312 or 4259794. OLE color: 4259794.
HSL color Cylindrical-coordinate representation of color #D2FF40: hue angle of 74.14º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2FF40 is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 64 | - |
| CMYK | 0.18 | 0 | 0.75 | 0 |
| HSL | 74.14º | 1% | 0.63% | - |
| HSV(B) | 74.14º | 0.75% | 1% | - |
| XYZ | 63.26 | 85.59 | 18.04 | - |
| YUV | 219.77 | 40.09 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 64 | 0.18 | 0 | 0.75 | 0 | 74.14 | 1 | 0.63 |
| Hex | D2 | FF | 40 | 12 | 0 | 4B | 0 | 4A | 64 | 3F |
| Octal | 322 | 377 | 100 | 22 | 0 | 113 | 0 | 112 | 144 | 77 |
| Binary | 11010010 | 11111111 | 1000000 | 10010 | 0 | 1001011 | 0 | 1001010 | 1100100 | 111111 |
Color Harmonies of #D2FF40
Complementary color
Monochromatic Colors of #D2FF40
Black with #D2FF40
Text Example
Text Example
White with #D2FF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FF40; }
p { color: rgb(210,255,64); }
H1.HeaderClassName
{
color: #D2FF40;
}
.AnyTagClassName
{
color: #D2FF40;
}
</style>
background-color css
<style>
a { background-color: #D2FF40; }
a { background-color: rgb(210,255,64); }
div.DivClassName
{
background-color: #D2FF40;
}
.BgClassName
{
background-color: #D2FF40;
}
</style>
border-color css
<style>
span { border-color: #D2FF40; }
span { border-color: rgb(210,255,64); }
td.TdClassName
{
border-color: #D2FF40;
}
.TagClassName
{
border-color: #D2FF40;
}
</style>