Shades of Pear #D5FE3A
Tints of Pear #D5FE3A
RGB
CMYK
RGB Variations
Color information
#D5FE3A (or 0xD5FE3A) is known color: Pear. HEX triplet: D5, FE and 3A. RGB value is (213,254,58). Sum of RGB (Red+Green+Blue) = 213+254+58=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 254 (99.61% from 255 or 48.38% from 525); Blue value is 58 (23.05% from 255 or 11.05% from 525); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FE3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FE3A is #2A01C5. Grayscale: #DCDCDC. Windows color (decimal): -2752966 or 3866325. OLE color: 3866325.
HSL color Cylindrical-coordinate representation of color #D5FE3A: hue angle of 72.55º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5FE3A is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 254 | 58 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.00 |
| HSL | 72.55º | 0.99% | 0.61% | - |
| HSV(B) | 72.55º | 0.77% | 1% | - |
| XYZ | 63.65 | 85.34 | 17.12 | - |
| YUV | 219.4 | 36.92 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 254 | 58 | 0.16 | 0 | 0.77 | 0.00 | 72.55 | 0.99 | 0.61 |
| Hex | D5 | FE | 3A | 10 | 0 | 4D | 0 | 49 | 63 | 3D |
| Octal | 325 | 376 | 72 | 20 | 0 | 115 | 0 | 111 | 143 | 75 |
| Binary | 11010101 | 11111110 | 111010 | 10000 | 0 | 1001101 | 0 | 1001001 | 1100011 | 111101 |
Color Harmonies of #D5FE3A
Complementary color
Monochromatic Colors of #D5FE3A
Black with #D5FE3A
Text Example
Text Example
White with #D5FE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FE3A; }
p { color: rgb(213,254,58); }
H1.HeaderClassName
{
color: #D5FE3A;
}
.AnyTagClassName
{
color: #D5FE3A;
}
</style>
background-color css
<style>
a { background-color: #D5FE3A; }
a { background-color: rgb(213,254,58); }
div.DivClassName
{
background-color: #D5FE3A;
}
.BgClassName
{
background-color: #D5FE3A;
}
</style>
border-color css
<style>
span { border-color: #D5FE3A; }
span { border-color: rgb(213,254,58); }
td.TdClassName
{
border-color: #D5FE3A;
}
.TagClassName
{
border-color: #D5FE3A;
}
</style>