Shades of Pear #D0F348
Tints of Pear #D0F348
RGB
CMYK
RGB Variations
Color information
#D0F348 (or 0xD0F348) is known color: Pear. HEX triplet: D0, F3 and 48. RGB value is (208,243,72). Sum of RGB (Red+Green+Blue) = 208+243+72=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 243 (95.31% from 255 or 46.46% from 523); Blue value is 72 (28.52% from 255 or 13.77% from 523); Max value from RGB is 243 - color contains mainly: green. Hex color #D0F348 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F348 is #2F0CB7. Grayscale: #D5D5D5. Windows color (decimal): -3083448 or 4781008. OLE color: 4781008.
HSL color Cylindrical-coordinate representation of color #D0F348: hue angle of 72.28º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0F348 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 243 | 72 | - |
| CMYK | 0.14 | 0 | 0.70 | 0.05 |
| HSL | 72.28º | 0.88% | 0.62% | - |
| HSV(B) | 72.28º | 0.7% | 0.95% | - |
| XYZ | 59.23 | 77.98 | 18.06 | - |
| YUV | 213.04 | 48.4 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 243 | 72 | 0.14 | 0 | 0.70 | 0.05 | 72.28 | 0.88 | 0.62 |
| Hex | D0 | F3 | 48 | E | 0 | 46 | 5 | 48 | 58 | 3E |
| Octal | 320 | 363 | 110 | 16 | 0 | 106 | 5 | 110 | 130 | 76 |
| Binary | 11010000 | 11110011 | 1001000 | 1110 | 0 | 1000110 | 101 | 1001000 | 1011000 | 111110 |
Color Harmonies of #D0F348
Complementary color
Monochromatic Colors of #D0F348
Black with #D0F348
Text Example
Text Example
White with #D0F348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F348; }
p { color: rgb(208,243,72); }
H1.HeaderClassName
{
color: #D0F348;
}
.AnyTagClassName
{
color: #D0F348;
}
</style>
background-color css
<style>
a { background-color: #D0F348; }
a { background-color: rgb(208,243,72); }
div.DivClassName
{
background-color: #D0F348;
}
.BgClassName
{
background-color: #D0F348;
}
</style>
border-color css
<style>
span { border-color: #D0F348; }
span { border-color: rgb(208,243,72); }
td.TdClassName
{
border-color: #D0F348;
}
.TagClassName
{
border-color: #D0F348;
}
</style>