Shades of Pear #D4F844
Tints of Pear #D4F844
RGB
CMYK
RGB Variations
Color information
#D4F844 (or 0xD4F844) is known color: Pear. HEX triplet: D4, F8 and 44. RGB value is (212,248,68). Sum of RGB (Red+Green+Blue) = 212+248+68=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 248 (97.27% from 255 or 46.97% from 528); Blue value is 68 (26.95% from 255 or 12.88% from 528); Max value from RGB is 248 - color contains mainly: green. Hex color #D4F844 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F844 is #2B07BB. Grayscale: #D9D9D9. Windows color (decimal): -2820028 or 4520148. OLE color: 4520148.
HSL color Cylindrical-coordinate representation of color #D4F844: hue angle of 72º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D4F844 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 248 | 68 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.03 |
| HSL | 72º | 0.93% | 0.62% | - |
| HSV(B) | 72º | 0.73% | 0.97% | - |
| XYZ | 61.76 | 81.55 | 17.95 | - |
| YUV | 216.72 | 44.07 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 248 | 68 | 0.15 | 0 | 0.73 | 0.03 | 72 | 0.93 | 0.62 |
| Hex | D4 | F8 | 44 | F | 0 | 49 | 3 | 48 | 5D | 3E |
| Octal | 324 | 370 | 104 | 17 | 0 | 111 | 3 | 110 | 135 | 76 |
| Binary | 11010100 | 11111000 | 1000100 | 1111 | 0 | 1001001 | 11 | 1001000 | 1011101 | 111110 |
Color Harmonies of #D4F844
Complementary color
Monochromatic Colors of #D4F844
Black with #D4F844
Text Example
Text Example
White with #D4F844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F844; }
p { color: rgb(212,248,68); }
H1.HeaderClassName
{
color: #D4F844;
}
.AnyTagClassName
{
color: #D4F844;
}
</style>
background-color css
<style>
a { background-color: #D4F844; }
a { background-color: rgb(212,248,68); }
div.DivClassName
{
background-color: #D4F844;
}
.BgClassName
{
background-color: #D4F844;
}
</style>
border-color css
<style>
span { border-color: #D4F844; }
span { border-color: rgb(212,248,68); }
td.TdClassName
{
border-color: #D4F844;
}
.TagClassName
{
border-color: #D4F844;
}
</style>