Shades of Pear #DFF229
Tints of Pear #DFF229
RGB
CMYK
RGB Variations
Color information
#DFF229 (or 0xDFF229) is known color: Pear. HEX triplet: DF, F2 and 29. RGB value is (223,242,41). Sum of RGB (Red+Green+Blue) = 223+242+41=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 41 (16.41% from 255 or 8.10% from 506); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF229 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF229 is #200DD6. Grayscale: #D6D6D6. Windows color (decimal): -2100695 or 2749151. OLE color: 2749151.
HSL color Cylindrical-coordinate representation of color #DFF229: hue angle of 65.67º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DFF229 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 41 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.05 |
| HSL | 65.67º | 0.89% | 0.55% | - |
| HSV(B) | 65.67º | 0.83% | 0.95% | - |
| XYZ | 62.58 | 79.35 | 14.12 | - |
| YUV | 213.41 | 30.71 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 41 | 0.08 | 0 | 0.83 | 0.05 | 65.67 | 0.89 | 0.55 |
| Hex | DF | F2 | 29 | 8 | 0 | 53 | 5 | 42 | 59 | 37 |
| Octal | 337 | 362 | 51 | 10 | 0 | 123 | 5 | 102 | 131 | 67 |
| Binary | 11011111 | 11110010 | 101001 | 1000 | 0 | 1010011 | 101 | 1000010 | 1011001 | 110111 |
Color Harmonies of #DFF229
Complementary color
Monochromatic Colors of #DFF229
Black with #DFF229
Text Example
Text Example
White with #DFF229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF229; }
p { color: rgb(223,242,41); }
H1.HeaderClassName
{
color: #DFF229;
}
.AnyTagClassName
{
color: #DFF229;
}
</style>
background-color css
<style>
a { background-color: #DFF229; }
a { background-color: rgb(223,242,41); }
div.DivClassName
{
background-color: #DFF229;
}
.BgClassName
{
background-color: #DFF229;
}
</style>
border-color css
<style>
span { border-color: #DFF229; }
span { border-color: rgb(223,242,41); }
td.TdClassName
{
border-color: #DFF229;
}
.TagClassName
{
border-color: #DFF229;
}
</style>