Shades of Pear #D4FE2A
Tints of Pear #D4FE2A
RGB
CMYK
RGB Variations
Color information
#D4FE2A (or 0xD4FE2A) is known color: Pear. HEX triplet: D4, FE and 2A. RGB value is (212,254,42). Sum of RGB (Red+Green+Blue) = 212+254+42=508 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.73% from 508); Green value is 254 (99.61% from 255 or 50% from 508); Blue value is 42 (16.80% from 255 or 8.27% from 508); Max value from RGB is 254 - color contains mainly: green. Hex color #D4FE2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4FE2A is #2B01D5. Grayscale: #DADADA. Windows color (decimal): -2818518 or 2817748. OLE color: 2817748.
HSL color Cylindrical-coordinate representation of color #D4FE2A: hue angle of 71.89º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D4FE2A is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 254 | 42 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.00 |
| HSL | 71.89º | 0.99% | 0.58% | - |
| HSV(B) | 71.89º | 0.83% | 1% | - |
| XYZ | 63.01 | 85.05 | 15.29 | - |
| YUV | 217.27 | 29.09 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 254 | 42 | 0.17 | 0 | 0.83 | 0.00 | 71.89 | 0.99 | 0.58 |
| Hex | D4 | FE | 2A | 11 | 0 | 53 | 0 | 48 | 63 | 3A |
| Octal | 324 | 376 | 52 | 21 | 0 | 123 | 0 | 110 | 143 | 72 |
| Binary | 11010100 | 11111110 | 101010 | 10001 | 0 | 1010011 | 0 | 1001000 | 1100011 | 111010 |
Color Harmonies of #D4FE2A
Complementary color
Monochromatic Colors of #D4FE2A
Black with #D4FE2A
Text Example
Text Example
White with #D4FE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FE2A; }
p { color: rgb(212,254,42); }
H1.HeaderClassName
{
color: #D4FE2A;
}
.AnyTagClassName
{
color: #D4FE2A;
}
</style>
background-color css
<style>
a { background-color: #D4FE2A; }
a { background-color: rgb(212,254,42); }
div.DivClassName
{
background-color: #D4FE2A;
}
.BgClassName
{
background-color: #D4FE2A;
}
</style>
border-color css
<style>
span { border-color: #D4FE2A; }
span { border-color: rgb(212,254,42); }
td.TdClassName
{
border-color: #D4FE2A;
}
.TagClassName
{
border-color: #D4FE2A;
}
</style>