Shades of Pear #D0F546
Tints of Pear #D0F546
RGB
CMYK
RGB Variations
Color information
#D0F546 (or 0xD0F546) is known color: Pear. HEX triplet: D0, F5 and 46. RGB value is (208,245,70). Sum of RGB (Red+Green+Blue) = 208+245+70=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 245 (96.09% from 255 or 46.85% from 523); Blue value is 70 (27.73% from 255 or 13.38% from 523); Max value from RGB is 245 - color contains mainly: green. Hex color #D0F546 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F546 is #2F0AB9. Grayscale: #D6D6D6. Windows color (decimal): -3082938 or 4650448. OLE color: 4650448.
HSL color Cylindrical-coordinate representation of color #D0F546: hue angle of 72.69º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D0F546 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 245 | 70 | - |
| CMYK | 0.15 | 0 | 0.71 | 0.04 |
| HSL | 72.69º | 0.9% | 0.62% | - |
| HSV(B) | 72.69º | 0.71% | 0.96% | - |
| XYZ | 59.77 | 79.16 | 17.92 | - |
| YUV | 213.99 | 46.74 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 245 | 70 | 0.15 | 0 | 0.71 | 0.04 | 72.69 | 0.9 | 0.62 |
| Hex | D0 | F5 | 46 | F | 0 | 47 | 4 | 49 | 5A | 3E |
| Octal | 320 | 365 | 106 | 17 | 0 | 107 | 4 | 111 | 132 | 76 |
| Binary | 11010000 | 11110101 | 1000110 | 1111 | 0 | 1000111 | 100 | 1001001 | 1011010 | 111110 |
Color Harmonies of #D0F546
Complementary color
Monochromatic Colors of #D0F546
Black with #D0F546
Text Example
Text Example
White with #D0F546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F546; }
p { color: rgb(208,245,70); }
H1.HeaderClassName
{
color: #D0F546;
}
.AnyTagClassName
{
color: #D0F546;
}
</style>
background-color css
<style>
a { background-color: #D0F546; }
a { background-color: rgb(208,245,70); }
div.DivClassName
{
background-color: #D0F546;
}
.BgClassName
{
background-color: #D0F546;
}
</style>
border-color css
<style>
span { border-color: #D0F546; }
span { border-color: rgb(208,245,70); }
td.TdClassName
{
border-color: #D0F546;
}
.TagClassName
{
border-color: #D0F546;
}
</style>