Shades of Pear #D0FE46
Tints of Pear #D0FE46
RGB
CMYK
RGB Variations
Color information
#D0FE46 (or 0xD0FE46) is known color: Pear. HEX triplet: D0, FE and 46. RGB value is (208,254,70). Sum of RGB (Red+Green+Blue) = 208+254+70=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 254 (99.61% from 255 or 47.74% from 532); Blue value is 70 (27.73% from 255 or 13.16% from 532); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FE46 is #2F01B9. Grayscale: #DBDBDB. Windows color (decimal): -3080634 or 4652752. OLE color: 4652752.
HSL color Cylindrical-coordinate representation of color #D0FE46: hue angle of 75º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0FE46 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 70 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.00 |
| HSL | 75º | 0.99% | 0.64% | - |
| HSV(B) | 75º | 0.72% | 1% | - |
| XYZ | 62.56 | 84.74 | 18.85 | - |
| YUV | 219.27 | 43.76 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 70 | 0.18 | 0 | 0.72 | 0.00 | 75 | 0.99 | 0.64 |
| Hex | D0 | FE | 46 | 12 | 0 | 48 | 0 | 4B | 63 | 40 |
| Octal | 320 | 376 | 106 | 22 | 0 | 110 | 0 | 113 | 143 | 100 |
| Binary | 11010000 | 11111110 | 1000110 | 10010 | 0 | 1001000 | 0 | 1001011 | 1100011 | 1000000 |
Color Harmonies of #D0FE46
Complementary color
Monochromatic Colors of #D0FE46
Black with #D0FE46
Text Example
Text Example
White with #D0FE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FE46; }
p { color: rgb(208,254,70); }
H1.HeaderClassName
{
color: #D0FE46;
}
.AnyTagClassName
{
color: #D0FE46;
}
</style>
background-color css
<style>
a { background-color: #D0FE46; }
a { background-color: rgb(208,254,70); }
div.DivClassName
{
background-color: #D0FE46;
}
.BgClassName
{
background-color: #D0FE46;
}
</style>
border-color css
<style>
span { border-color: #D0FE46; }
span { border-color: rgb(208,254,70); }
td.TdClassName
{
border-color: #D0FE46;
}
.TagClassName
{
border-color: #D0FE46;
}
</style>