Shades of Pear #DCF61E
Tints of Pear #DCF61E
RGB
CMYK
RGB Variations
Color information
#DCF61E (or 0xDCF61E) is known color: Pear. HEX triplet: DC, F6 and 1E. RGB value is (220,246,30). Sum of RGB (Red+Green+Blue) = 220+246+30=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 246 (96.48% from 255 or 49.60% from 496); Blue value is 30 (12.11% from 255 or 6.05% from 496); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF61E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF61E is #2309E1. Grayscale: #D6D6D6. Windows color (decimal): -2296290 or 2029276. OLE color: 2029276.
HSL color Cylindrical-coordinate representation of color #DCF61E: hue angle of 67.22º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCF61E is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 30 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.04 |
| HSL | 67.22º | 0.92% | 0.54% | - |
| HSV(B) | 67.22º | 0.88% | 0.96% | - |
| XYZ | 62.71 | 81.22 | 13.6 | - |
| YUV | 213.6 | 24.39 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 30 | 0.11 | 0 | 0.88 | 0.04 | 67.22 | 0.92 | 0.54 |
| Hex | DC | F6 | 1E | B | 0 | 58 | 4 | 43 | 5C | 36 |
| Octal | 334 | 366 | 36 | 13 | 0 | 130 | 4 | 103 | 134 | 66 |
| Binary | 11011100 | 11110110 | 11110 | 1011 | 0 | 1011000 | 100 | 1000011 | 1011100 | 110110 |
Color Harmonies of #DCF61E
Complementary color
Monochromatic Colors of #DCF61E
Black with #DCF61E
Text Example
Text Example
White with #DCF61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF61E; }
p { color: rgb(220,246,30); }
H1.HeaderClassName
{
color: #DCF61E;
}
.AnyTagClassName
{
color: #DCF61E;
}
</style>
background-color css
<style>
a { background-color: #DCF61E; }
a { background-color: rgb(220,246,30); }
div.DivClassName
{
background-color: #DCF61E;
}
.BgClassName
{
background-color: #DCF61E;
}
</style>
border-color css
<style>
span { border-color: #DCF61E; }
span { border-color: rgb(220,246,30); }
td.TdClassName
{
border-color: #DCF61E;
}
.TagClassName
{
border-color: #DCF61E;
}
</style>