Shades of Pear #D8FD4A
Tints of Pear #D8FD4A
RGB
CMYK
RGB Variations
Color information
#D8FD4A (or 0xD8FD4A) is known color: Pear. HEX triplet: D8, FD and 4A. RGB value is (216,253,74). Sum of RGB (Red+Green+Blue) = 216+253+74=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 253 (99.22% from 255 or 46.59% from 543); Blue value is 74 (29.30% from 255 or 13.63% from 543); Max value from RGB is 253 - color contains mainly: green. Hex color #D8FD4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8FD4A is #2702B5. Grayscale: #DEDEDE. Windows color (decimal): -2556598 or 4914648. OLE color: 4914648.
HSL color Cylindrical-coordinate representation of color #D8FD4A: hue angle of 72.4º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D8FD4A is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 253 | 74 | - |
| CMYK | 0.15 | 0 | 0.71 | 0.01 |
| HSL | 72.4º | 0.98% | 0.64% | - |
| HSV(B) | 72.4º | 0.71% | 0.99% | - |
| XYZ | 64.68 | 85.34 | 19.54 | - |
| YUV | 221.53 | 44.74 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 253 | 74 | 0.15 | 0 | 0.71 | 0.01 | 72.4 | 0.98 | 0.64 |
| Hex | D8 | FD | 4A | F | 0 | 47 | 1 | 48 | 62 | 40 |
| Octal | 330 | 375 | 112 | 17 | 0 | 107 | 1 | 110 | 142 | 100 |
| Binary | 11011000 | 11111101 | 1001010 | 1111 | 0 | 1000111 | 1 | 1001000 | 1100010 | 1000000 |
Color Harmonies of #D8FD4A
Complementary color
Monochromatic Colors of #D8FD4A
Black with #D8FD4A
Text Example
Text Example
White with #D8FD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FD4A; }
p { color: rgb(216,253,74); }
H1.HeaderClassName
{
color: #D8FD4A;
}
.AnyTagClassName
{
color: #D8FD4A;
}
</style>
background-color css
<style>
a { background-color: #D8FD4A; }
a { background-color: rgb(216,253,74); }
div.DivClassName
{
background-color: #D8FD4A;
}
.BgClassName
{
background-color: #D8FD4A;
}
</style>
border-color css
<style>
span { border-color: #D8FD4A; }
span { border-color: rgb(216,253,74); }
td.TdClassName
{
border-color: #D8FD4A;
}
.TagClassName
{
border-color: #D8FD4A;
}
</style>