Shades of Pear #D0FF2E
Tints of Pear #D0FF2E
RGB
CMYK
RGB Variations
Color information
#D0FF2E (or 0xD0FF2E) is known color: Pear. HEX triplet: D0, FF and 2E. RGB value is (208,255,46). Sum of RGB (Red+Green+Blue) = 208+255+46=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 46 (18.36% from 255 or 9.04% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FF2E is #2F00D1. Grayscale: #D9D9D9. Windows color (decimal): -3080402 or 3080144. OLE color: 3080144.
HSL color Cylindrical-coordinate representation of color #D0FF2E: hue angle of 73.49º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D0FF2E is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 46 | - |
| CMYK | 0.18 | 0 | 0.82 | 0 |
| HSL | 73.49º | 1% | 0.59% | - |
| HSV(B) | 73.49º | 0.82% | 1% | - |
| XYZ | 62.27 | 85.13 | 15.73 | - |
| YUV | 217.12 | 31.43 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 46 | 0.18 | 0 | 0.82 | 0 | 73.49 | 1 | 0.59 |
| Hex | D0 | FF | 2E | 12 | 0 | 52 | 0 | 49 | 64 | 3B |
| Octal | 320 | 377 | 56 | 22 | 0 | 122 | 0 | 111 | 144 | 73 |
| Binary | 11010000 | 11111111 | 101110 | 10010 | 0 | 1010010 | 0 | 1001001 | 1100100 | 111011 |
Color Harmonies of #D0FF2E
Complementary color
Monochromatic Colors of #D0FF2E
Black with #D0FF2E
Text Example
Text Example
White with #D0FF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FF2E; }
p { color: rgb(208,255,46); }
H1.HeaderClassName
{
color: #D0FF2E;
}
.AnyTagClassName
{
color: #D0FF2E;
}
</style>
background-color css
<style>
a { background-color: #D0FF2E; }
a { background-color: rgb(208,255,46); }
div.DivClassName
{
background-color: #D0FF2E;
}
.BgClassName
{
background-color: #D0FF2E;
}
</style>
border-color css
<style>
span { border-color: #D0FF2E; }
span { border-color: rgb(208,255,46); }
td.TdClassName
{
border-color: #D0FF2E;
}
.TagClassName
{
border-color: #D0FF2E;
}
</style>