Shades of Pear #D4FE2F
Tints of Pear #D4FE2F
RGB
CMYK
RGB Variations
Color information
#D4FE2F (or 0xD4FE2F) is known color: Pear. HEX triplet: D4, FE and 2F. RGB value is (212,254,47). Sum of RGB (Red+Green+Blue) = 212+254+47=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 254 (99.61% from 255 or 49.51% from 513); Blue value is 47 (18.75% from 255 or 9.16% from 513); Max value from RGB is 254 - color contains mainly: green. Hex color #D4FE2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4FE2F is #2B01D0. Grayscale: #DADADA. Windows color (decimal): -2818513 or 3145428. OLE color: 3145428.
HSL color Cylindrical-coordinate representation of color #D4FE2F: hue angle of 72.17º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D4FE2F is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 254 | 47 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.00 |
| HSL | 72.17º | 0.99% | 0.59% | - |
| HSV(B) | 72.17º | 0.81% | 1% | - |
| XYZ | 63.11 | 85.09 | 15.79 | - |
| YUV | 217.84 | 31.59 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 254 | 47 | 0.17 | 0 | 0.81 | 0.00 | 72.17 | 0.99 | 0.59 |
| Hex | D4 | FE | 2F | 11 | 0 | 51 | 0 | 48 | 63 | 3B |
| Octal | 324 | 376 | 57 | 21 | 0 | 121 | 0 | 110 | 143 | 73 |
| Binary | 11010100 | 11111110 | 101111 | 10001 | 0 | 1010001 | 0 | 1001000 | 1100011 | 111011 |
Color Harmonies of #D4FE2F
Complementary color
Monochromatic Colors of #D4FE2F
Black with #D4FE2F
Text Example
Text Example
White with #D4FE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FE2F; }
p { color: rgb(212,254,47); }
H1.HeaderClassName
{
color: #D4FE2F;
}
.AnyTagClassName
{
color: #D4FE2F;
}
</style>
background-color css
<style>
a { background-color: #D4FE2F; }
a { background-color: rgb(212,254,47); }
div.DivClassName
{
background-color: #D4FE2F;
}
.BgClassName
{
background-color: #D4FE2F;
}
</style>
border-color css
<style>
span { border-color: #D4FE2F; }
span { border-color: rgb(212,254,47); }
td.TdClassName
{
border-color: #D4FE2F;
}
.TagClassName
{
border-color: #D4FE2F;
}
</style>