Shades of Pear #D4F81D
Tints of Pear #D4F81D
RGB
CMYK
RGB Variations
Color information
#D4F81D (or 0xD4F81D) is known color: Pear. HEX triplet: D4, F8 and 1D. RGB value is (212,248,29). Sum of RGB (Red+Green+Blue) = 212+248+29=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 248 (97.27% from 255 or 50.72% from 489); Blue value is 29 (11.72% from 255 or 5.93% from 489); Max value from RGB is 248 - color contains mainly: green. Hex color #D4F81D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F81D is #2B07E2. Grayscale: #D5D5D5. Windows color (decimal): -2820067 or 1964244. OLE color: 1964244.
HSL color Cylindrical-coordinate representation of color #D4F81D: hue angle of 69.86º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D4F81D is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 248 | 29 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.03 |
| HSL | 69.86º | 0.94% | 0.54% | - |
| HSV(B) | 69.86º | 0.88% | 0.97% | - |
| XYZ | 60.94 | 81.22 | 13.63 | - |
| YUV | 212.27 | 24.57 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 248 | 29 | 0.15 | 0 | 0.88 | 0.03 | 69.86 | 0.94 | 0.54 |
| Hex | D4 | F8 | 1D | F | 0 | 58 | 3 | 46 | 5E | 36 |
| Octal | 324 | 370 | 35 | 17 | 0 | 130 | 3 | 106 | 136 | 66 |
| Binary | 11010100 | 11111000 | 11101 | 1111 | 0 | 1011000 | 11 | 1000110 | 1011110 | 110110 |
Color Harmonies of #D4F81D
Complementary color
Monochromatic Colors of #D4F81D
Black with #D4F81D
Text Example
Text Example
White with #D4F81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F81D; }
p { color: rgb(212,248,29); }
H1.HeaderClassName
{
color: #D4F81D;
}
.AnyTagClassName
{
color: #D4F81D;
}
</style>
background-color css
<style>
a { background-color: #D4F81D; }
a { background-color: rgb(212,248,29); }
div.DivClassName
{
background-color: #D4F81D;
}
.BgClassName
{
background-color: #D4F81D;
}
</style>
border-color css
<style>
span { border-color: #D4F81D; }
span { border-color: rgb(212,248,29); }
td.TdClassName
{
border-color: #D4F81D;
}
.TagClassName
{
border-color: #D4F81D;
}
</style>