Shades of Pear #D5FF2E
Tints of Pear #D5FF2E
RGB
CMYK
RGB Variations
Color information
#D5FF2E (or 0xD5FF2E) is known color: Pear. HEX triplet: D5, FF and 2E. RGB value is (213,255,46). Sum of RGB (Red+Green+Blue) = 213+255+46=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 46 (18.36% from 255 or 8.95% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FF2E is #2A00D1. Grayscale: #DBDBDB. Windows color (decimal): -2752722 or 3080149. OLE color: 3080149.
HSL color Cylindrical-coordinate representation of color #D5FF2E: hue angle of 72.06º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5FF2E is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 46 | - |
| CMYK | 0.16 | 0 | 0.82 | 0 |
| HSL | 72.06º | 1% | 0.59% | - |
| HSV(B) | 72.06º | 0.82% | 1% | - |
| XYZ | 63.69 | 85.86 | 15.8 | - |
| YUV | 218.62 | 30.59 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 46 | 0.16 | 0 | 0.82 | 0 | 72.06 | 1 | 0.59 |
| Hex | D5 | FF | 2E | 10 | 0 | 52 | 0 | 48 | 64 | 3B |
| Octal | 325 | 377 | 56 | 20 | 0 | 122 | 0 | 110 | 144 | 73 |
| Binary | 11010101 | 11111111 | 101110 | 10000 | 0 | 1010010 | 0 | 1001000 | 1100100 | 111011 |
Color Harmonies of #D5FF2E
Complementary color
Monochromatic Colors of #D5FF2E
Black with #D5FF2E
Text Example
Text Example
White with #D5FF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FF2E; }
p { color: rgb(213,255,46); }
H1.HeaderClassName
{
color: #D5FF2E;
}
.AnyTagClassName
{
color: #D5FF2E;
}
</style>
background-color css
<style>
a { background-color: #D5FF2E; }
a { background-color: rgb(213,255,46); }
div.DivClassName
{
background-color: #D5FF2E;
}
.BgClassName
{
background-color: #D5FF2E;
}
</style>
border-color css
<style>
span { border-color: #D5FF2E; }
span { border-color: rgb(213,255,46); }
td.TdClassName
{
border-color: #D5FF2E;
}
.TagClassName
{
border-color: #D5FF2E;
}
</style>