Shades of Pear #DFEA19
Tints of Pear #DFEA19
RGB
CMYK
RGB Variations
Color information
#DFEA19 (or 0xDFEA19) is known color: Pear. HEX triplet: DF, EA and 19. RGB value is (223,234,25). Sum of RGB (Red+Green+Blue) = 223+234+25=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 234 (91.80% from 255 or 48.55% from 482); Blue value is 25 (10.16% from 255 or 5.19% from 482); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEA19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DFEA19 is #2015E6. Grayscale: #CFCFCF. Windows color (decimal): -2102759 or 1698527. OLE color: 1698527.
HSL color Cylindrical-coordinate representation of color #DFEA19: hue angle of 63.16º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DFEA19 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 234 | 25 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.08 |
| HSL | 63.16º | 0.83% | 0.51% | - |
| HSV(B) | 63.16º | 0.89% | 0.92% | - |
| XYZ | 60.03 | 74.6 | 12.16 | - |
| YUV | 206.89 | 25.36 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 234 | 25 | 0.05 | 0 | 0.89 | 0.08 | 63.16 | 0.83 | 0.51 |
| Hex | DF | EA | 19 | 5 | 0 | 59 | 8 | 3F | 53 | 33 |
| Octal | 337 | 352 | 31 | 5 | 0 | 131 | 10 | 77 | 123 | 63 |
| Binary | 11011111 | 11101010 | 11001 | 101 | 0 | 1011001 | 1000 | 111111 | 1010011 | 110011 |
Color Harmonies of #DFEA19
Complementary color
Monochromatic Colors of #DFEA19
Black with #DFEA19
Text Example
Text Example
White with #DFEA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEA19; }
p { color: rgb(223,234,25); }
H1.HeaderClassName
{
color: #DFEA19;
}
.AnyTagClassName
{
color: #DFEA19;
}
</style>
background-color css
<style>
a { background-color: #DFEA19; }
a { background-color: rgb(223,234,25); }
div.DivClassName
{
background-color: #DFEA19;
}
.BgClassName
{
background-color: #DFEA19;
}
</style>
border-color css
<style>
span { border-color: #DFEA19; }
span { border-color: rgb(223,234,25); }
td.TdClassName
{
border-color: #DFEA19;
}
.TagClassName
{
border-color: #DFEA19;
}
</style>