Shades of Pear #D4FF48
Tints of Pear #D4FF48
RGB
CMYK
RGB Variations
Color information
#D4FF48 (or 0xD4FF48) is known color: Pear. HEX triplet: D4, FF and 48. RGB value is (212,255,72). Sum of RGB (Red+Green+Blue) = 212+255+72=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 72 (28.52% from 255 or 13.36% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FF48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4FF48 is #2B00B7. Grayscale: #DDDDDD. Windows color (decimal): -2818232 or 4784084. OLE color: 4784084.
HSL color Cylindrical-coordinate representation of color #D4FF48: hue angle of 74.1º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4FF48 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 255 | 72 | - |
| CMYK | 0.17 | 0 | 0.72 | 0 |
| HSL | 74.1º | 1% | 0.64% | - |
| HSV(B) | 74.1º | 0.72% | 1% | - |
| XYZ | 64.08 | 85.98 | 19.35 | - |
| YUV | 221.28 | 43.75 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 255 | 72 | 0.17 | 0 | 0.72 | 0 | 74.1 | 1 | 0.64 |
| Hex | D4 | FF | 48 | 11 | 0 | 48 | 0 | 4A | 64 | 40 |
| Octal | 324 | 377 | 110 | 21 | 0 | 110 | 0 | 112 | 144 | 100 |
| Binary | 11010100 | 11111111 | 1001000 | 10001 | 0 | 1001000 | 0 | 1001010 | 1100100 | 1000000 |
Color Harmonies of #D4FF48
Complementary color
Monochromatic Colors of #D4FF48
Black with #D4FF48
Text Example
Text Example
White with #D4FF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FF48; }
p { color: rgb(212,255,72); }
H1.HeaderClassName
{
color: #D4FF48;
}
.AnyTagClassName
{
color: #D4FF48;
}
</style>
background-color css
<style>
a { background-color: #D4FF48; }
a { background-color: rgb(212,255,72); }
div.DivClassName
{
background-color: #D4FF48;
}
.BgClassName
{
background-color: #D4FF48;
}
</style>
border-color css
<style>
span { border-color: #D4FF48; }
span { border-color: rgb(212,255,72); }
td.TdClassName
{
border-color: #D4FF48;
}
.TagClassName
{
border-color: #D4FF48;
}
</style>