Shades of Pear #D6FF40
Tints of Pear #D6FF40
RGB
CMYK
RGB Variations
Color information
#D6FF40 (or 0xD6FF40) is known color: Pear. HEX triplet: D6, FF and 40. RGB value is (214,255,64). Sum of RGB (Red+Green+Blue) = 214+255+64=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 64 (25.39% from 255 or 12.01% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6FF40 is #2900BF. Grayscale: #DDDDDD. Windows color (decimal): -2687168 or 4259798. OLE color: 4259798.
HSL color Cylindrical-coordinate representation of color #D6FF40: hue angle of 72.88º 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 #D6FF40 is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 255 | 64 | - |
| CMYK | 0.16 | 0 | 0.75 | 0 |
| HSL | 72.88º | 1% | 0.63% | - |
| HSV(B) | 72.88º | 0.75% | 1% | - |
| XYZ | 64.42 | 86.19 | 18.09 | - |
| YUV | 220.97 | 39.42 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 255 | 64 | 0.16 | 0 | 0.75 | 0 | 72.88 | 1 | 0.63 |
| Hex | D6 | FF | 40 | 10 | 0 | 4B | 0 | 49 | 64 | 3F |
| Octal | 326 | 377 | 100 | 20 | 0 | 113 | 0 | 111 | 144 | 77 |
| Binary | 11010110 | 11111111 | 1000000 | 10000 | 0 | 1001011 | 0 | 1001001 | 1100100 | 111111 |
Color Harmonies of #D6FF40
Complementary color
Monochromatic Colors of #D6FF40
Black with #D6FF40
Text Example
Text Example
White with #D6FF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FF40; }
p { color: rgb(214,255,64); }
H1.HeaderClassName
{
color: #D6FF40;
}
.AnyTagClassName
{
color: #D6FF40;
}
</style>
background-color css
<style>
a { background-color: #D6FF40; }
a { background-color: rgb(214,255,64); }
div.DivClassName
{
background-color: #D6FF40;
}
.BgClassName
{
background-color: #D6FF40;
}
</style>
border-color css
<style>
span { border-color: #D6FF40; }
span { border-color: rgb(214,255,64); }
td.TdClassName
{
border-color: #D6FF40;
}
.TagClassName
{
border-color: #D6FF40;
}
</style>