Shades of Pear #D0F148
Tints of Pear #D0F148
RGB
CMYK
RGB Variations
Color information
#D0F148 (or 0xD0F148) is known color: Pear. HEX triplet: D0, F1 and 48. RGB value is (208,241,72). Sum of RGB (Red+Green+Blue) = 208+241+72=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 241 (94.53% from 255 or 46.26% from 521); Blue value is 72 (28.52% from 255 or 13.82% from 521); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F148 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F148 is #2F0EB7. Grayscale: #D4D4D4. Windows color (decimal): -3083960 or 4780496. OLE color: 4780496.
HSL color Cylindrical-coordinate representation of color #D0F148: hue angle of 71.72º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0F148 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 241 | 72 | - |
| CMYK | 0.14 | 0 | 0.70 | 0.05 |
| HSL | 71.72º | 0.86% | 0.61% | - |
| HSV(B) | 71.72º | 0.7% | 0.95% | - |
| XYZ | 58.64 | 76.79 | 17.86 | - |
| YUV | 211.87 | 49.07 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 241 | 72 | 0.14 | 0 | 0.70 | 0.05 | 71.72 | 0.86 | 0.61 |
| Hex | D0 | F1 | 48 | E | 0 | 46 | 5 | 48 | 56 | 3D |
| Octal | 320 | 361 | 110 | 16 | 0 | 106 | 5 | 110 | 126 | 75 |
| Binary | 11010000 | 11110001 | 1001000 | 1110 | 0 | 1000110 | 101 | 1001000 | 1010110 | 111101 |
Color Harmonies of #D0F148
Complementary color
Monochromatic Colors of #D0F148
Black with #D0F148
Text Example
Text Example
White with #D0F148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F148; }
p { color: rgb(208,241,72); }
H1.HeaderClassName
{
color: #D0F148;
}
.AnyTagClassName
{
color: #D0F148;
}
</style>
background-color css
<style>
a { background-color: #D0F148; }
a { background-color: rgb(208,241,72); }
div.DivClassName
{
background-color: #D0F148;
}
.BgClassName
{
background-color: #D0F148;
}
</style>
border-color css
<style>
span { border-color: #D0F148; }
span { border-color: rgb(208,241,72); }
td.TdClassName
{
border-color: #D0F148;
}
.TagClassName
{
border-color: #D0F148;
}
</style>