Shades of Pear #D5FF48
Tints of Pear #D5FF48
RGB
CMYK
RGB Variations
Color information
#D5FF48 (or 0xD5FF48) is known color: Pear. HEX triplet: D5, FF and 48. RGB value is (213,255,72). Sum of RGB (Red+Green+Blue) = 213+255+72=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 72 (28.52% from 255 or 13.33% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FF48 is #2A00B7. Grayscale: #DEDEDE. Windows color (decimal): -2752696 or 4784085. OLE color: 4784085.
HSL color Cylindrical-coordinate representation of color #D5FF48: hue angle of 73.77º 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 #D5FF48 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 72 | - |
| CMYK | 0.16 | 0 | 0.72 | 0 |
| HSL | 73.77º | 1% | 0.64% | - |
| HSV(B) | 73.77º | 0.72% | 1% | - |
| XYZ | 64.37 | 86.13 | 19.36 | - |
| YUV | 221.58 | 43.59 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 72 | 0.16 | 0 | 0.72 | 0 | 73.77 | 1 | 0.64 |
| Hex | D5 | FF | 48 | 10 | 0 | 48 | 0 | 4A | 64 | 40 |
| Octal | 325 | 377 | 110 | 20 | 0 | 110 | 0 | 112 | 144 | 100 |
| Binary | 11010101 | 11111111 | 1001000 | 10000 | 0 | 1001000 | 0 | 1001010 | 1100100 | 1000000 |
Color Harmonies of #D5FF48
Complementary color
Monochromatic Colors of #D5FF48
Black with #D5FF48
Text Example
Text Example
White with #D5FF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FF48; }
p { color: rgb(213,255,72); }
H1.HeaderClassName
{
color: #D5FF48;
}
.AnyTagClassName
{
color: #D5FF48;
}
</style>
background-color css
<style>
a { background-color: #D5FF48; }
a { background-color: rgb(213,255,72); }
div.DivClassName
{
background-color: #D5FF48;
}
.BgClassName
{
background-color: #D5FF48;
}
</style>
border-color css
<style>
span { border-color: #D5FF48; }
span { border-color: rgb(213,255,72); }
td.TdClassName
{
border-color: #D5FF48;
}
.TagClassName
{
border-color: #D5FF48;
}
</style>