Shades of Pear #DCF22E
Tints of Pear #DCF22E
RGB
CMYK
RGB Variations
Color information
#DCF22E (or 0xDCF22E) is known color: Pear. HEX triplet: DC, F2 and 2E. RGB value is (220,242,46). Sum of RGB (Red+Green+Blue) = 220+242+46=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 242 (94.92% from 255 or 47.64% from 508); Blue value is 46 (18.36% from 255 or 9.06% from 508); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF22E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF22E is #230DD1. Grayscale: #D5D5D5. Windows color (decimal): -2297298 or 3076828. OLE color: 3076828.
HSL color Cylindrical-coordinate representation of color #DCF22E: hue angle of 66.73º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCF22E is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 46 | - |
| CMYK | 0.09 | 0 | 0.81 | 0.05 |
| HSL | 66.73º | 0.88% | 0.56% | - |
| HSV(B) | 66.73º | 0.81% | 0.95% | - |
| XYZ | 61.76 | 78.92 | 14.56 | - |
| YUV | 213.08 | 33.71 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 46 | 0.09 | 0 | 0.81 | 0.05 | 66.73 | 0.88 | 0.56 |
| Hex | DC | F2 | 2E | 9 | 0 | 51 | 5 | 43 | 58 | 38 |
| Octal | 334 | 362 | 56 | 11 | 0 | 121 | 5 | 103 | 130 | 70 |
| Binary | 11011100 | 11110010 | 101110 | 1001 | 0 | 1010001 | 101 | 1000011 | 1011000 | 111000 |
Color Harmonies of #DCF22E
Complementary color
Monochromatic Colors of #DCF22E
Black with #DCF22E
Text Example
Text Example
White with #DCF22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF22E; }
p { color: rgb(220,242,46); }
H1.HeaderClassName
{
color: #DCF22E;
}
.AnyTagClassName
{
color: #DCF22E;
}
</style>
background-color css
<style>
a { background-color: #DCF22E; }
a { background-color: rgb(220,242,46); }
div.DivClassName
{
background-color: #DCF22E;
}
.BgClassName
{
background-color: #DCF22E;
}
</style>
border-color css
<style>
span { border-color: #DCF22E; }
span { border-color: rgb(220,242,46); }
td.TdClassName
{
border-color: #DCF22E;
}
.TagClassName
{
border-color: #DCF22E;
}
</style>