Shades of Pear #D7FF44
Tints of Pear #D7FF44
RGB
CMYK
RGB Variations
Color information
#D7FF44 (or 0xD7FF44) is known color: Pear. HEX triplet: D7, FF and 44. RGB value is (215,255,68). Sum of RGB (Red+Green+Blue) = 215+255+68=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 68 (26.95% from 255 or 12.64% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #D7FF44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7FF44 is #2800BB. Grayscale: #DEDEDE. Windows color (decimal): -2621628 or 4521943. OLE color: 4521943.
HSL color Cylindrical-coordinate representation of color #D7FF44: hue angle of 72.83º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D7FF44 is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 255 | 68 | - |
| CMYK | 0.16 | 0 | 0.73 | 0 |
| HSL | 72.83º | 1% | 0.63% | - |
| HSV(B) | 72.83º | 0.73% | 1% | - |
| XYZ | 64.83 | 86.38 | 18.73 | - |
| YUV | 221.72 | 41.25 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 255 | 68 | 0.16 | 0 | 0.73 | 0 | 72.83 | 1 | 0.63 |
| Hex | D7 | FF | 44 | 10 | 0 | 49 | 0 | 49 | 64 | 3F |
| Octal | 327 | 377 | 104 | 20 | 0 | 111 | 0 | 111 | 144 | 77 |
| Binary | 11010111 | 11111111 | 1000100 | 10000 | 0 | 1001001 | 0 | 1001001 | 1100100 | 111111 |
Color Harmonies of #D7FF44
Complementary color
Monochromatic Colors of #D7FF44
Black with #D7FF44
Text Example
Text Example
White with #D7FF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FF44; }
p { color: rgb(215,255,68); }
H1.HeaderClassName
{
color: #D7FF44;
}
.AnyTagClassName
{
color: #D7FF44;
}
</style>
background-color css
<style>
a { background-color: #D7FF44; }
a { background-color: rgb(215,255,68); }
div.DivClassName
{
background-color: #D7FF44;
}
.BgClassName
{
background-color: #D7FF44;
}
</style>
border-color css
<style>
span { border-color: #D7FF44; }
span { border-color: rgb(215,255,68); }
td.TdClassName
{
border-color: #D7FF44;
}
.TagClassName
{
border-color: #D7FF44;
}
</style>