Shades of Pear #DFF53A
Tints of Pear #DFF53A
RGB
CMYK
RGB Variations
Color information
#DFF53A (or 0xDFF53A) is known color: Pear. HEX triplet: DF, F5 and 3A. RGB value is (223,245,58). Sum of RGB (Red+Green+Blue) = 223+245+58=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 245 (96.09% from 255 or 46.58% from 526); Blue value is 58 (23.05% from 255 or 11.03% from 526); Max value from RGB is 245 - color contains mainly: green. Hex color #DFF53A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF53A is #200AC5. Grayscale: #D9D9D9. Windows color (decimal): -2099910 or 3864031. OLE color: 3864031.
HSL color Cylindrical-coordinate representation of color #DFF53A: hue angle of 67.06º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DFF53A is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 245 | 58 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.04 |
| HSL | 67.06º | 0.9% | 0.59% | - |
| HSV(B) | 67.06º | 0.76% | 0.96% | - |
| XYZ | 63.85 | 81.3 | 16.33 | - |
| YUV | 217.1 | 38.21 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 245 | 58 | 0.09 | 0 | 0.76 | 0.04 | 67.06 | 0.9 | 0.59 |
| Hex | DF | F5 | 3A | 9 | 0 | 4C | 4 | 43 | 5A | 3B |
| Octal | 337 | 365 | 72 | 11 | 0 | 114 | 4 | 103 | 132 | 73 |
| Binary | 11011111 | 11110101 | 111010 | 1001 | 0 | 1001100 | 100 | 1000011 | 1011010 | 111011 |
Color Harmonies of #DFF53A
Complementary color
Monochromatic Colors of #DFF53A
Black with #DFF53A
Text Example
Text Example
White with #DFF53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF53A; }
p { color: rgb(223,245,58); }
H1.HeaderClassName
{
color: #DFF53A;
}
.AnyTagClassName
{
color: #DFF53A;
}
</style>
background-color css
<style>
a { background-color: #DFF53A; }
a { background-color: rgb(223,245,58); }
div.DivClassName
{
background-color: #DFF53A;
}
.BgClassName
{
background-color: #DFF53A;
}
</style>
border-color css
<style>
span { border-color: #DFF53A; }
span { border-color: rgb(223,245,58); }
td.TdClassName
{
border-color: #DFF53A;
}
.TagClassName
{
border-color: #DFF53A;
}
</style>