Shades of Pear #DFF327
Tints of Pear #DFF327
RGB
CMYK
RGB Variations
Color information
#DFF327 (or 0xDFF327) is known color: Pear. HEX triplet: DF, F3 and 27. RGB value is (223,243,39). Sum of RGB (Red+Green+Blue) = 223+243+39=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 243 (95.31% from 255 or 48.12% from 505); Blue value is 39 (15.62% from 255 or 7.72% from 505); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF327 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF327 is #200CD8. Grayscale: #D6D6D6. Windows color (decimal): -2100441 or 2618335. OLE color: 2618335.
HSL color Cylindrical-coordinate representation of color #DFF327: hue angle of 65.88º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DFF327 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 243 | 39 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.05 |
| HSL | 65.88º | 0.89% | 0.55% | - |
| HSV(B) | 65.88º | 0.84% | 0.95% | - |
| XYZ | 62.85 | 79.94 | 14.04 | - |
| YUV | 213.76 | 29.37 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 39 | 0.08 | 0 | 0.84 | 0.05 | 65.88 | 0.89 | 0.55 |
| Hex | DF | F3 | 27 | 8 | 0 | 54 | 5 | 42 | 59 | 37 |
| Octal | 337 | 363 | 47 | 10 | 0 | 124 | 5 | 102 | 131 | 67 |
| Binary | 11011111 | 11110011 | 100111 | 1000 | 0 | 1010100 | 101 | 1000010 | 1011001 | 110111 |
Color Harmonies of #DFF327
Complementary color
Monochromatic Colors of #DFF327
Black with #DFF327
Text Example
Text Example
White with #DFF327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF327; }
p { color: rgb(223,243,39); }
H1.HeaderClassName
{
color: #DFF327;
}
.AnyTagClassName
{
color: #DFF327;
}
</style>
background-color css
<style>
a { background-color: #DFF327; }
a { background-color: rgb(223,243,39); }
div.DivClassName
{
background-color: #DFF327;
}
.BgClassName
{
background-color: #DFF327;
}
</style>
border-color css
<style>
span { border-color: #DFF327; }
span { border-color: rgb(223,243,39); }
td.TdClassName
{
border-color: #DFF327;
}
.TagClassName
{
border-color: #DFF327;
}
</style>