Shades of Pear #D5FE46
Tints of Pear #D5FE46
RGB
CMYK
RGB Variations
Color information
#D5FE46 (or 0xD5FE46) is known color: Pear. HEX triplet: D5, FE and 46. RGB value is (213,254,70). Sum of RGB (Red+Green+Blue) = 213+254+70=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 70 (27.73% from 255 or 13.04% from 537); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FE46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FE46 is #2A01B9. Grayscale: #DDDDDD. Windows color (decimal): -2752954 or 4652757. OLE color: 4652757.
HSL color Cylindrical-coordinate representation of color #D5FE46: hue angle of 73.37º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5FE46 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 254 | 70 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.00 |
| HSL | 73.37º | 0.99% | 0.64% | - |
| HSV(B) | 73.37º | 0.72% | 1% | - |
| XYZ | 63.99 | 85.47 | 18.92 | - |
| YUV | 220.77 | 42.92 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 254 | 70 | 0.16 | 0 | 0.72 | 0.00 | 73.37 | 0.99 | 0.64 |
| Hex | D5 | FE | 46 | 10 | 0 | 48 | 0 | 49 | 63 | 40 |
| Octal | 325 | 376 | 106 | 20 | 0 | 110 | 0 | 111 | 143 | 100 |
| Binary | 11010101 | 11111110 | 1000110 | 10000 | 0 | 1001000 | 0 | 1001001 | 1100011 | 1000000 |
Color Harmonies of #D5FE46
Complementary color
Monochromatic Colors of #D5FE46
Black with #D5FE46
Text Example
Text Example
White with #D5FE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FE46; }
p { color: rgb(213,254,70); }
H1.HeaderClassName
{
color: #D5FE46;
}
.AnyTagClassName
{
color: #D5FE46;
}
</style>
background-color css
<style>
a { background-color: #D5FE46; }
a { background-color: rgb(213,254,70); }
div.DivClassName
{
background-color: #D5FE46;
}
.BgClassName
{
background-color: #D5FE46;
}
</style>
border-color css
<style>
span { border-color: #D5FE46; }
span { border-color: rgb(213,254,70); }
td.TdClassName
{
border-color: #D5FE46;
}
.TagClassName
{
border-color: #D5FE46;
}
</style>