Shades of Pear #DFE622
Tints of Pear #DFE622
RGB
CMYK
RGB Variations
Color information
#DFE622 (or 0xDFE622) is known color: Pear. HEX triplet: DF, E6 and 22. RGB value is (223,230,34). Sum of RGB (Red+Green+Blue) = 223+230+34=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 230 (90.23% from 255 or 47.23% from 487); Blue value is 34 (13.67% from 255 or 6.98% from 487); Max value from RGB is 230 - color contains mainly: green. Hex color #DFE622 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFE622 is #2019DD. Grayscale: #CECECE. Windows color (decimal): -2103774 or 2287327. OLE color: 2287327.
HSL color Cylindrical-coordinate representation of color #DFE622: hue angle of 62.14º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DFE622 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 230 | 34 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.10 |
| HSL | 62.14º | 0.8% | 0.52% | - |
| HSV(B) | 62.14º | 0.85% | 0.9% | - |
| XYZ | 59.02 | 72.4 | 12.38 | - |
| YUV | 205.56 | 31.18 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 230 | 34 | 0.03 | 0 | 0.85 | 0.10 | 62.14 | 0.8 | 0.52 |
| Hex | DF | E6 | 22 | 3 | 0 | 55 | A | 3E | 50 | 34 |
| Octal | 337 | 346 | 42 | 3 | 0 | 125 | 12 | 76 | 120 | 64 |
| Binary | 11011111 | 11100110 | 100010 | 11 | 0 | 1010101 | 1010 | 111110 | 1010000 | 110100 |
Color Harmonies of #DFE622
Complementary color
Monochromatic Colors of #DFE622
Black with #DFE622
Text Example
Text Example
White with #DFE622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE622; }
p { color: rgb(223,230,34); }
H1.HeaderClassName
{
color: #DFE622;
}
.AnyTagClassName
{
color: #DFE622;
}
</style>
background-color css
<style>
a { background-color: #DFE622; }
a { background-color: rgb(223,230,34); }
div.DivClassName
{
background-color: #DFE622;
}
.BgClassName
{
background-color: #DFE622;
}
</style>
border-color css
<style>
span { border-color: #DFE622; }
span { border-color: rgb(223,230,34); }
td.TdClassName
{
border-color: #DFE622;
}
.TagClassName
{
border-color: #DFE622;
}
</style>