Shades of Pear #D2F844
Tints of Pear #D2F844
RGB
CMYK
RGB Variations
Color information
#D2F844 (or 0xD2F844) is known color: Pear. HEX triplet: D2, F8 and 44. RGB value is (210,248,68). Sum of RGB (Red+Green+Blue) = 210+248+68=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 248 (97.27% from 255 or 47.15% from 526); Blue value is 68 (26.95% from 255 or 12.93% from 526); Max value from RGB is 248 - color contains mainly: green. Hex color #D2F844 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F844 is #2D07BB. Grayscale: #D8D8D8. Windows color (decimal): -2951100 or 4520146. OLE color: 4520146.
HSL color Cylindrical-coordinate representation of color #D2F844: hue angle of 72.67º 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 #D2F844 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 248 | 68 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.03 |
| HSL | 72.67º | 0.93% | 0.62% | - |
| HSV(B) | 72.67º | 0.73% | 0.97% | - |
| XYZ | 61.19 | 81.25 | 17.93 | - |
| YUV | 216.12 | 44.41 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 248 | 68 | 0.15 | 0 | 0.73 | 0.03 | 72.67 | 0.93 | 0.62 |
| Hex | D2 | F8 | 44 | F | 0 | 49 | 3 | 49 | 5D | 3E |
| Octal | 322 | 370 | 104 | 17 | 0 | 111 | 3 | 111 | 135 | 76 |
| Binary | 11010010 | 11111000 | 1000100 | 1111 | 0 | 1001001 | 11 | 1001001 | 1011101 | 111110 |
Color Harmonies of #D2F844
Complementary color
Monochromatic Colors of #D2F844
Black with #D2F844
Text Example
Text Example
White with #D2F844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F844; }
p { color: rgb(210,248,68); }
H1.HeaderClassName
{
color: #D2F844;
}
.AnyTagClassName
{
color: #D2F844;
}
</style>
background-color css
<style>
a { background-color: #D2F844; }
a { background-color: rgb(210,248,68); }
div.DivClassName
{
background-color: #D2F844;
}
.BgClassName
{
background-color: #D2F844;
}
</style>
border-color css
<style>
span { border-color: #D2F844; }
span { border-color: rgb(210,248,68); }
td.TdClassName
{
border-color: #D2F844;
}
.TagClassName
{
border-color: #D2F844;
}
</style>