Shades of Pear #D0F144
Tints of Pear #D0F144
RGB
CMYK
RGB Variations
Color information
#D0F144 (or 0xD0F144) is known color: Pear. HEX triplet: D0, F1 and 44. RGB value is (208,241,68). Sum of RGB (Red+Green+Blue) = 208+241+68=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 241 (94.53% from 255 or 46.62% from 517); Blue value is 68 (26.95% from 255 or 13.15% from 517); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F144 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F144 is #2F0EBB. Grayscale: #D4D4D4. Windows color (decimal): -3083964 or 4518352. OLE color: 4518352.
HSL color Cylindrical-coordinate representation of color #D0F144: hue angle of 71.45º 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 #D0F144 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 241 | 68 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.05 |
| HSL | 71.45º | 0.86% | 0.61% | - |
| HSV(B) | 71.45º | 0.72% | 0.95% | - |
| XYZ | 58.51 | 76.74 | 17.2 | - |
| YUV | 211.41 | 47.07 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 241 | 68 | 0.14 | 0 | 0.72 | 0.05 | 71.45 | 0.86 | 0.61 |
| Hex | D0 | F1 | 44 | E | 0 | 48 | 5 | 47 | 56 | 3D |
| Octal | 320 | 361 | 104 | 16 | 0 | 110 | 5 | 107 | 126 | 75 |
| Binary | 11010000 | 11110001 | 1000100 | 1110 | 0 | 1001000 | 101 | 1000111 | 1010110 | 111101 |
Color Harmonies of #D0F144
Complementary color
Monochromatic Colors of #D0F144
Black with #D0F144
Text Example
Text Example
White with #D0F144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F144; }
p { color: rgb(208,241,68); }
H1.HeaderClassName
{
color: #D0F144;
}
.AnyTagClassName
{
color: #D0F144;
}
</style>
background-color css
<style>
a { background-color: #D0F144; }
a { background-color: rgb(208,241,68); }
div.DivClassName
{
background-color: #D0F144;
}
.BgClassName
{
background-color: #D0F144;
}
</style>
border-color css
<style>
span { border-color: #D0F144; }
span { border-color: rgb(208,241,68); }
td.TdClassName
{
border-color: #D0F144;
}
.TagClassName
{
border-color: #D0F144;
}
</style>