Shades of Pear #D4FF49
Tints of Pear #D4FF49
RGB
CMYK
RGB Variations
Color information
#D4FF49 (or 0xD4FF49) is known color: Pear. HEX triplet: D4, FF and 49. RGB value is (212,255,73). Sum of RGB (Red+Green+Blue) = 212+255+73=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 73 (28.91% from 255 or 13.52% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FF49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4FF49 is #2B00B6. Grayscale: #DEDEDE. Windows color (decimal): -2818231 or 4849620. OLE color: 4849620.
HSL color Cylindrical-coordinate representation of color #D4FF49: hue angle of 74.18º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D4FF49 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 255 | 73 | - |
| CMYK | 0.17 | 0 | 0.71 | 0 |
| HSL | 74.18º | 1% | 0.64% | - |
| HSV(B) | 74.18º | 0.71% | 1% | - |
| XYZ | 64.11 | 86 | 19.52 | - |
| YUV | 221.4 | 44.25 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 255 | 73 | 0.17 | 0 | 0.71 | 0 | 74.18 | 1 | 0.64 |
| Hex | D4 | FF | 49 | 11 | 0 | 47 | 0 | 4A | 64 | 40 |
| Octal | 324 | 377 | 111 | 21 | 0 | 107 | 0 | 112 | 144 | 100 |
| Binary | 11010100 | 11111111 | 1001001 | 10001 | 0 | 1000111 | 0 | 1001010 | 1100100 | 1000000 |
Color Harmonies of #D4FF49
Complementary color
Monochromatic Colors of #D4FF49
Black with #D4FF49
Text Example
Text Example
White with #D4FF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FF49; }
p { color: rgb(212,255,73); }
H1.HeaderClassName
{
color: #D4FF49;
}
.AnyTagClassName
{
color: #D4FF49;
}
</style>
background-color css
<style>
a { background-color: #D4FF49; }
a { background-color: rgb(212,255,73); }
div.DivClassName
{
background-color: #D4FF49;
}
.BgClassName
{
background-color: #D4FF49;
}
</style>
border-color css
<style>
span { border-color: #D4FF49; }
span { border-color: rgb(212,255,73); }
td.TdClassName
{
border-color: #D4FF49;
}
.TagClassName
{
border-color: #D4FF49;
}
</style>