Shades of Pear #D2F144
Tints of Pear #D2F144
RGB
CMYK
RGB Variations
Color information
#D2F144 (or 0xD2F144) is known color: Pear. HEX triplet: D2, F1 and 44. RGB value is (210,241,68). Sum of RGB (Red+Green+Blue) = 210+241+68=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 241 (94.53% from 255 or 46.44% from 519); Blue value is 68 (26.95% from 255 or 13.10% from 519); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F144 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F144 is #2D0EBB. Grayscale: #D4D4D4. Windows color (decimal): -2952892 or 4518354. OLE color: 4518354.
HSL color Cylindrical-coordinate representation of color #D2F144: hue angle of 70.75º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D2F144 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 241 | 68 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.05 |
| HSL | 70.75º | 0.86% | 0.61% | - |
| HSV(B) | 70.75º | 0.72% | 0.95% | - |
| XYZ | 59.08 | 77.03 | 17.22 | - |
| YUV | 212.01 | 46.73 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 241 | 68 | 0.13 | 0 | 0.72 | 0.05 | 70.75 | 0.86 | 0.61 |
| Hex | D2 | F1 | 44 | D | 0 | 48 | 5 | 47 | 56 | 3D |
| Octal | 322 | 361 | 104 | 15 | 0 | 110 | 5 | 107 | 126 | 75 |
| Binary | 11010010 | 11110001 | 1000100 | 1101 | 0 | 1001000 | 101 | 1000111 | 1010110 | 111101 |
Color Harmonies of #D2F144
Complementary color
Monochromatic Colors of #D2F144
Black with #D2F144
Text Example
Text Example
White with #D2F144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F144; }
p { color: rgb(210,241,68); }
H1.HeaderClassName
{
color: #D2F144;
}
.AnyTagClassName
{
color: #D2F144;
}
</style>
background-color css
<style>
a { background-color: #D2F144; }
a { background-color: rgb(210,241,68); }
div.DivClassName
{
background-color: #D2F144;
}
.BgClassName
{
background-color: #D2F144;
}
</style>
border-color css
<style>
span { border-color: #D2F144; }
span { border-color: rgb(210,241,68); }
td.TdClassName
{
border-color: #D2F144;
}
.TagClassName
{
border-color: #D2F144;
}
</style>