Shades of Pear #D4FE32
Tints of Pear #D4FE32
RGB
CMYK
RGB Variations
Color information
#D4FE32 (or 0xD4FE32) is known color: Pear. HEX triplet: D4, FE and 32. RGB value is (212,254,50). Sum of RGB (Red+Green+Blue) = 212+254+50=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 254 (99.61% from 255 or 49.22% from 516); Blue value is 50 (19.92% from 255 or 9.69% from 516); Max value from RGB is 254 - color contains mainly: green. Hex color #D4FE32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4FE32 is #2B01CD. Grayscale: #DADADA. Windows color (decimal): -2818510 or 3342036. OLE color: 3342036.
HSL color Cylindrical-coordinate representation of color #D4FE32: hue angle of 72.35º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D4FE32 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 254 | 50 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.00 |
| HSL | 72.35º | 0.99% | 0.6% | - |
| HSV(B) | 72.35º | 0.8% | 1% | - |
| XYZ | 63.17 | 85.11 | 16.12 | - |
| YUV | 218.19 | 33.09 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 254 | 50 | 0.17 | 0 | 0.80 | 0.00 | 72.35 | 0.99 | 0.6 |
| Hex | D4 | FE | 32 | 11 | 0 | 50 | 0 | 48 | 63 | 3C |
| Octal | 324 | 376 | 62 | 21 | 0 | 120 | 0 | 110 | 143 | 74 |
| Binary | 11010100 | 11111110 | 110010 | 10001 | 0 | 1010000 | 0 | 1001000 | 1100011 | 111100 |
Color Harmonies of #D4FE32
Complementary color
Monochromatic Colors of #D4FE32
Black with #D4FE32
Text Example
Text Example
White with #D4FE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FE32; }
p { color: rgb(212,254,50); }
H1.HeaderClassName
{
color: #D4FE32;
}
.AnyTagClassName
{
color: #D4FE32;
}
</style>
background-color css
<style>
a { background-color: #D4FE32; }
a { background-color: rgb(212,254,50); }
div.DivClassName
{
background-color: #D4FE32;
}
.BgClassName
{
background-color: #D4FE32;
}
</style>
border-color css
<style>
span { border-color: #D4FE32; }
span { border-color: rgb(212,254,50); }
td.TdClassName
{
border-color: #D4FE32;
}
.TagClassName
{
border-color: #D4FE32;
}
</style>