Shades of Pear #DFF321
Tints of Pear #DFF321
RGB
CMYK
RGB Variations
Color information
#DFF321 (or 0xDFF321) is known color: Pear. HEX triplet: DF, F3 and 21. RGB value is (223,243,33). Sum of RGB (Red+Green+Blue) = 223+243+33=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 243 (95.31% from 255 or 48.70% from 499); Blue value is 33 (13.28% from 255 or 6.61% from 499); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF321 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF321 is #200CDE. Grayscale: #D5D5D5. Windows color (decimal): -2100447 or 2225119. OLE color: 2225119.
HSL color Cylindrical-coordinate representation of color #DFF321: hue angle of 65.71º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFF321 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 243 | 33 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.05 |
| HSL | 65.71º | 0.9% | 0.54% | - |
| HSV(B) | 65.71º | 0.86% | 0.95% | - |
| XYZ | 62.76 | 79.9 | 13.55 | - |
| YUV | 213.08 | 26.37 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 33 | 0.08 | 0 | 0.86 | 0.05 | 65.71 | 0.9 | 0.54 |
| Hex | DF | F3 | 21 | 8 | 0 | 56 | 5 | 42 | 5A | 36 |
| Octal | 337 | 363 | 41 | 10 | 0 | 126 | 5 | 102 | 132 | 66 |
| Binary | 11011111 | 11110011 | 100001 | 1000 | 0 | 1010110 | 101 | 1000010 | 1011010 | 110110 |
Color Harmonies of #DFF321
Complementary color
Monochromatic Colors of #DFF321
Black with #DFF321
Text Example
Text Example
White with #DFF321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF321; }
p { color: rgb(223,243,33); }
H1.HeaderClassName
{
color: #DFF321;
}
.AnyTagClassName
{
color: #DFF321;
}
</style>
background-color css
<style>
a { background-color: #DFF321; }
a { background-color: rgb(223,243,33); }
div.DivClassName
{
background-color: #DFF321;
}
.BgClassName
{
background-color: #DFF321;
}
</style>
border-color css
<style>
span { border-color: #DFF321; }
span { border-color: rgb(223,243,33); }
td.TdClassName
{
border-color: #DFF321;
}
.TagClassName
{
border-color: #DFF321;
}
</style>