Shades of Pear #DFFE36
Tints of Pear #DFFE36
RGB
CMYK
RGB Variations
Color information
#DFFE36 (or 0xDFFE36) is known color: Pear. HEX triplet: DF, FE and 36. RGB value is (223,254,54). Sum of RGB (Red+Green+Blue) = 223+254+54=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 54 (21.48% from 255 or 10.17% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #DFFE36 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFE36 is #2001C9. Grayscale: #DEDEDE. Windows color (decimal): -2097610 or 3604191. OLE color: 3604191.
HSL color Cylindrical-coordinate representation of color #DFFE36: hue angle of 69.3º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DFFE36 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 254 | 54 | - |
| CMYK | 0.12 | 0 | 0.79 | 0.00 |
| HSL | 69.3º | 0.99% | 0.6% | - |
| HSV(B) | 69.3º | 0.79% | 1% | - |
| XYZ | 66.54 | 86.84 | 16.74 | - |
| YUV | 221.93 | 33.23 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 254 | 54 | 0.12 | 0 | 0.79 | 0.00 | 69.3 | 0.99 | 0.6 |
| Hex | DF | FE | 36 | C | 0 | 4F | 0 | 45 | 63 | 3C |
| Octal | 337 | 376 | 66 | 14 | 0 | 117 | 0 | 105 | 143 | 74 |
| Binary | 11011111 | 11111110 | 110110 | 1100 | 0 | 1001111 | 0 | 1000101 | 1100011 | 111100 |
Color Harmonies of #DFFE36
Complementary color
Monochromatic Colors of #DFFE36
Black with #DFFE36
Text Example
Text Example
White with #DFFE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFE36; }
p { color: rgb(223,254,54); }
H1.HeaderClassName
{
color: #DFFE36;
}
.AnyTagClassName
{
color: #DFFE36;
}
</style>
background-color css
<style>
a { background-color: #DFFE36; }
a { background-color: rgb(223,254,54); }
div.DivClassName
{
background-color: #DFFE36;
}
.BgClassName
{
background-color: #DFFE36;
}
</style>
border-color css
<style>
span { border-color: #DFFE36; }
span { border-color: rgb(223,254,54); }
td.TdClassName
{
border-color: #DFFE36;
}
.TagClassName
{
border-color: #DFFE36;
}
</style>