Shades of Pear #DCF01E
Tints of Pear #DCF01E
RGB
CMYK
RGB Variations
Color information
#DCF01E (or 0xDCF01E) is known color: Pear. HEX triplet: DC, F0 and 1E. RGB value is (220,240,30). Sum of RGB (Red+Green+Blue) = 220+240+30=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 30 (12.11% from 255 or 6.12% from 490); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF01E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF01E is #230FE1. Grayscale: #D2D2D2. Windows color (decimal): -2297826 or 2027740. OLE color: 2027740.
HSL color Cylindrical-coordinate representation of color #DCF01E: hue angle of 65.71º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCF01E is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 30 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.06 |
| HSL | 65.71º | 0.88% | 0.53% | - |
| HSV(B) | 65.71º | 0.88% | 0.94% | - |
| XYZ | 60.91 | 77.63 | 13 | - |
| YUV | 210.08 | 26.37 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 30 | 0.08 | 0 | 0.87 | 0.06 | 65.71 | 0.88 | 0.53 |
| Hex | DC | F0 | 1E | 8 | 0 | 57 | 6 | 42 | 58 | 35 |
| Octal | 334 | 360 | 36 | 10 | 0 | 127 | 6 | 102 | 130 | 65 |
| Binary | 11011100 | 11110000 | 11110 | 1000 | 0 | 1010111 | 110 | 1000010 | 1011000 | 110101 |
Color Harmonies of #DCF01E
Complementary color
Monochromatic Colors of #DCF01E
Black with #DCF01E
Text Example
Text Example
White with #DCF01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF01E; }
p { color: rgb(220,240,30); }
H1.HeaderClassName
{
color: #DCF01E;
}
.AnyTagClassName
{
color: #DCF01E;
}
</style>
background-color css
<style>
a { background-color: #DCF01E; }
a { background-color: rgb(220,240,30); }
div.DivClassName
{
background-color: #DCF01E;
}
.BgClassName
{
background-color: #DCF01E;
}
</style>
border-color css
<style>
span { border-color: #DCF01E; }
span { border-color: rgb(220,240,30); }
td.TdClassName
{
border-color: #DCF01E;
}
.TagClassName
{
border-color: #DCF01E;
}
</style>