Shades of Pear #DFF31C
Tints of Pear #DFF31C
RGB
CMYK
RGB Variations
Color information
#DFF31C (or 0xDFF31C) is known color: Pear. HEX triplet: DF, F3 and 1C. RGB value is (223,243,28). Sum of RGB (Red+Green+Blue) = 223+243+28=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 243 (95.31% from 255 or 49.19% from 494); Blue value is 28 (11.33% from 255 or 5.67% from 494); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF31C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF31C is #200CE3. Grayscale: #D5D5D5. Windows color (decimal): -2100452 or 1897439. OLE color: 1897439.
HSL color Cylindrical-coordinate representation of color #DFF31C: hue angle of 65.58º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DFF31C is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 243 | 28 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.05 |
| HSL | 65.58º | 0.9% | 0.53% | - |
| HSV(B) | 65.58º | 0.88% | 0.95% | - |
| XYZ | 62.69 | 79.87 | 13.21 | - |
| YUV | 212.51 | 23.87 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 28 | 0.08 | 0 | 0.88 | 0.05 | 65.58 | 0.9 | 0.53 |
| Hex | DF | F3 | 1C | 8 | 0 | 58 | 5 | 42 | 5A | 35 |
| Octal | 337 | 363 | 34 | 10 | 0 | 130 | 5 | 102 | 132 | 65 |
| Binary | 11011111 | 11110011 | 11100 | 1000 | 0 | 1011000 | 101 | 1000010 | 1011010 | 110101 |
Color Harmonies of #DFF31C
Complementary color
Monochromatic Colors of #DFF31C
Black with #DFF31C
Text Example
Text Example
White with #DFF31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF31C; }
p { color: rgb(223,243,28); }
H1.HeaderClassName
{
color: #DFF31C;
}
.AnyTagClassName
{
color: #DFF31C;
}
</style>
background-color css
<style>
a { background-color: #DFF31C; }
a { background-color: rgb(223,243,28); }
div.DivClassName
{
background-color: #DFF31C;
}
.BgClassName
{
background-color: #DFF31C;
}
</style>
border-color css
<style>
span { border-color: #DFF31C; }
span { border-color: rgb(223,243,28); }
td.TdClassName
{
border-color: #DFF31C;
}
.TagClassName
{
border-color: #DFF31C;
}
</style>