Shades of Pear #D5FF40
Tints of Pear #D5FF40
RGB
CMYK
RGB Variations
Color information
#D5FF40 (or 0xD5FF40) is known color: Pear. HEX triplet: D5, FF and 40. RGB value is (213,255,64). Sum of RGB (Red+Green+Blue) = 213+255+64=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 64 (25.39% from 255 or 12.03% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FF40 is #2A00BF. Grayscale: #DDDDDD. Windows color (decimal): -2752704 or 4259797. OLE color: 4259797.
HSL color Cylindrical-coordinate representation of color #D5FF40: hue angle of 73.19º 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 #D5FF40 is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 64 | - |
| CMYK | 0.16 | 0 | 0.75 | 0 |
| HSL | 73.19º | 1% | 0.63% | - |
| HSV(B) | 73.19º | 0.75% | 1% | - |
| XYZ | 64.13 | 86.04 | 18.08 | - |
| YUV | 220.67 | 39.59 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 64 | 0.16 | 0 | 0.75 | 0 | 73.19 | 1 | 0.63 |
| Hex | D5 | FF | 40 | 10 | 0 | 4B | 0 | 49 | 64 | 3F |
| Octal | 325 | 377 | 100 | 20 | 0 | 113 | 0 | 111 | 144 | 77 |
| Binary | 11010101 | 11111111 | 1000000 | 10000 | 0 | 1001011 | 0 | 1001001 | 1100100 | 111111 |
Color Harmonies of #D5FF40
Complementary color
Monochromatic Colors of #D5FF40
Black with #D5FF40
Text Example
Text Example
White with #D5FF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FF40; }
p { color: rgb(213,255,64); }
H1.HeaderClassName
{
color: #D5FF40;
}
.AnyTagClassName
{
color: #D5FF40;
}
</style>
background-color css
<style>
a { background-color: #D5FF40; }
a { background-color: rgb(213,255,64); }
div.DivClassName
{
background-color: #D5FF40;
}
.BgClassName
{
background-color: #D5FF40;
}
</style>
border-color css
<style>
span { border-color: #D5FF40; }
span { border-color: rgb(213,255,64); }
td.TdClassName
{
border-color: #D5FF40;
}
.TagClassName
{
border-color: #D5FF40;
}
</style>