Shades of Pear #DFFE34
Tints of Pear #DFFE34
RGB
CMYK
RGB Variations
Color information
#DFFE34 (or 0xDFFE34) is known color: Pear. HEX triplet: DF, FE and 34. RGB value is (223,254,52). Sum of RGB (Red+Green+Blue) = 223+254+52=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 254 (99.61% from 255 or 48.02% from 529); Blue value is 52 (20.70% from 255 or 9.83% from 529); Max value from RGB is 254 - color contains mainly: green. Hex color #DFFE34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFE34 is #2001CB. Grayscale: #DEDEDE. Windows color (decimal): -2097612 or 3473119. OLE color: 3473119.
HSL color Cylindrical-coordinate representation of color #DFFE34: hue angle of 69.21º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFFE34 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 254 | 52 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.00 |
| HSL | 69.21º | 0.99% | 0.6% | - |
| HSV(B) | 69.21º | 0.8% | 1% | - |
| XYZ | 66.49 | 86.82 | 16.5 | - |
| YUV | 221.7 | 32.23 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 254 | 52 | 0.12 | 0 | 0.80 | 0.00 | 69.21 | 0.99 | 0.6 |
| Hex | DF | FE | 34 | C | 0 | 50 | 0 | 45 | 63 | 3C |
| Octal | 337 | 376 | 64 | 14 | 0 | 120 | 0 | 105 | 143 | 74 |
| Binary | 11011111 | 11111110 | 110100 | 1100 | 0 | 1010000 | 0 | 1000101 | 1100011 | 111100 |
Color Harmonies of #DFFE34
Complementary color
Monochromatic Colors of #DFFE34
Black with #DFFE34
Text Example
Text Example
White with #DFFE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFE34; }
p { color: rgb(223,254,52); }
H1.HeaderClassName
{
color: #DFFE34;
}
.AnyTagClassName
{
color: #DFFE34;
}
</style>
background-color css
<style>
a { background-color: #DFFE34; }
a { background-color: rgb(223,254,52); }
div.DivClassName
{
background-color: #DFFE34;
}
.BgClassName
{
background-color: #DFFE34;
}
</style>
border-color css
<style>
span { border-color: #DFFE34; }
span { border-color: rgb(223,254,52); }
td.TdClassName
{
border-color: #DFFE34;
}
.TagClassName
{
border-color: #DFFE34;
}
</style>