Shades of Pear #D5FC2E
Tints of Pear #D5FC2E
RGB
CMYK
RGB Variations
Color information
#D5FC2E (or 0xD5FC2E) is known color: Pear. HEX triplet: D5, FC and 2E. RGB value is (213,252,46). Sum of RGB (Red+Green+Blue) = 213+252+46=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 252 (98.83% from 255 or 49.32% from 511); Blue value is 46 (18.36% from 255 or 9.00% from 511); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FC2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FC2E is #2A03D1. Grayscale: #D9D9D9. Windows color (decimal): -2753490 or 3079381. OLE color: 3079381.
HSL color Cylindrical-coordinate representation of color #D5FC2E: hue angle of 71.36º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5FC2E is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 252 | 46 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.01 |
| HSL | 71.36º | 0.97% | 0.58% | - |
| HSV(B) | 71.36º | 0.82% | 0.99% | - |
| XYZ | 62.74 | 83.96 | 15.48 | - |
| YUV | 216.86 | 31.58 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 252 | 46 | 0.15 | 0 | 0.82 | 0.01 | 71.36 | 0.97 | 0.58 |
| Hex | D5 | FC | 2E | F | 0 | 52 | 1 | 47 | 61 | 3A |
| Octal | 325 | 374 | 56 | 17 | 0 | 122 | 1 | 107 | 141 | 72 |
| Binary | 11010101 | 11111100 | 101110 | 1111 | 0 | 1010010 | 1 | 1000111 | 1100001 | 111010 |
Color Harmonies of #D5FC2E
Complementary color
Monochromatic Colors of #D5FC2E
Black with #D5FC2E
Text Example
Text Example
White with #D5FC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FC2E; }
p { color: rgb(213,252,46); }
H1.HeaderClassName
{
color: #D5FC2E;
}
.AnyTagClassName
{
color: #D5FC2E;
}
</style>
background-color css
<style>
a { background-color: #D5FC2E; }
a { background-color: rgb(213,252,46); }
div.DivClassName
{
background-color: #D5FC2E;
}
.BgClassName
{
background-color: #D5FC2E;
}
</style>
border-color css
<style>
span { border-color: #D5FC2E; }
span { border-color: rgb(213,252,46); }
td.TdClassName
{
border-color: #D5FC2E;
}
.TagClassName
{
border-color: #D5FC2E;
}
</style>