Shades of Pear #D0FE45
Tints of Pear #D0FE45
RGB
CMYK
RGB Variations
Color information
#D0FE45 (or 0xD0FE45) is known color: Pear. HEX triplet: D0, FE and 45. RGB value is (208,254,69). Sum of RGB (Red+Green+Blue) = 208+254+69=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 69 (27.34% from 255 or 12.99% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FE45 is #2F01BA. Grayscale: #DBDBDB. Windows color (decimal): -3080635 or 4587216. OLE color: 4587216.
HSL color Cylindrical-coordinate representation of color #D0FE45: hue angle of 74.92º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D0FE45 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 69 | - |
| CMYK | 0.18 | 0 | 0.73 | 0.00 |
| HSL | 74.92º | 0.99% | 0.63% | - |
| HSV(B) | 74.92º | 0.73% | 1% | - |
| XYZ | 62.53 | 84.72 | 18.69 | - |
| YUV | 219.16 | 43.26 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 69 | 0.18 | 0 | 0.73 | 0.00 | 74.92 | 0.99 | 0.63 |
| Hex | D0 | FE | 45 | 12 | 0 | 49 | 0 | 4B | 63 | 3F |
| Octal | 320 | 376 | 105 | 22 | 0 | 111 | 0 | 113 | 143 | 77 |
| Binary | 11010000 | 11111110 | 1000101 | 10010 | 0 | 1001001 | 0 | 1001011 | 1100011 | 111111 |
Color Harmonies of #D0FE45
Complementary color
Monochromatic Colors of #D0FE45
Black with #D0FE45
Text Example
Text Example
White with #D0FE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FE45; }
p { color: rgb(208,254,69); }
H1.HeaderClassName
{
color: #D0FE45;
}
.AnyTagClassName
{
color: #D0FE45;
}
</style>
background-color css
<style>
a { background-color: #D0FE45; }
a { background-color: rgb(208,254,69); }
div.DivClassName
{
background-color: #D0FE45;
}
.BgClassName
{
background-color: #D0FE45;
}
</style>
border-color css
<style>
span { border-color: #D0FE45; }
span { border-color: rgb(208,254,69); }
td.TdClassName
{
border-color: #D0FE45;
}
.TagClassName
{
border-color: #D0FE45;
}
</style>