Shades of Pear #D4FE2B
Tints of Pear #D4FE2B
RGB
CMYK
RGB Variations
Color information
#D4FE2B (or 0xD4FE2B) is known color: Pear. HEX triplet: D4, FE and 2B. RGB value is (212,254,43). Sum of RGB (Red+Green+Blue) = 212+254+43=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 254 (99.61% from 255 or 49.90% from 509); Blue value is 43 (17.19% from 255 or 8.45% from 509); Max value from RGB is 254 - color contains mainly: green. Hex color #D4FE2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4FE2B is #2B01D4. Grayscale: #DADADA. Windows color (decimal): -2818517 or 2883284. OLE color: 2883284.
HSL color Cylindrical-coordinate representation of color #D4FE2B: hue angle of 71.94º 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 #D4FE2B is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 254 | 43 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.00 |
| HSL | 71.94º | 0.99% | 0.58% | - |
| HSV(B) | 71.94º | 0.83% | 1% | - |
| XYZ | 63.03 | 85.06 | 15.38 | - |
| YUV | 217.39 | 29.59 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 254 | 43 | 0.17 | 0 | 0.83 | 0.00 | 71.94 | 0.99 | 0.58 |
| Hex | D4 | FE | 2B | 11 | 0 | 53 | 0 | 48 | 63 | 3A |
| Octal | 324 | 376 | 53 | 21 | 0 | 123 | 0 | 110 | 143 | 72 |
| Binary | 11010100 | 11111110 | 101011 | 10001 | 0 | 1010011 | 0 | 1001000 | 1100011 | 111010 |
Color Harmonies of #D4FE2B
Complementary color
Monochromatic Colors of #D4FE2B
Black with #D4FE2B
Text Example
Text Example
White with #D4FE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FE2B; }
p { color: rgb(212,254,43); }
H1.HeaderClassName
{
color: #D4FE2B;
}
.AnyTagClassName
{
color: #D4FE2B;
}
</style>
background-color css
<style>
a { background-color: #D4FE2B; }
a { background-color: rgb(212,254,43); }
div.DivClassName
{
background-color: #D4FE2B;
}
.BgClassName
{
background-color: #D4FE2B;
}
</style>
border-color css
<style>
span { border-color: #D4FE2B; }
span { border-color: rgb(212,254,43); }
td.TdClassName
{
border-color: #D4FE2B;
}
.TagClassName
{
border-color: #D4FE2B;
}
</style>