Shades of Pear #DFF934
Tints of Pear #DFF934
RGB
CMYK
RGB Variations
Color information
#DFF934 (or 0xDFF934) is known color: Pear. HEX triplet: DF, F9 and 34. RGB value is (223,249,52). Sum of RGB (Red+Green+Blue) = 223+249+52=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 249 (97.66% from 255 or 47.52% from 524); Blue value is 52 (20.70% from 255 or 9.92% from 524); Max value from RGB is 249 - color contains mainly: green. Hex color #DFF934 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF934 is #2006CB. Grayscale: #DBDBDB. Windows color (decimal): -2098892 or 3471839. OLE color: 3471839.
HSL color Cylindrical-coordinate representation of color #DFF934: hue angle of 67.92º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DFF934 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 249 | 52 | - |
| CMYK | 0.10 | 0 | 0.79 | 0.02 |
| HSL | 67.92º | 0.94% | 0.59% | - |
| HSV(B) | 67.92º | 0.79% | 0.98% | - |
| XYZ | 64.93 | 83.69 | 15.98 | - |
| YUV | 218.77 | 33.89 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 249 | 52 | 0.10 | 0 | 0.79 | 0.02 | 67.92 | 0.94 | 0.59 |
| Hex | DF | F9 | 34 | A | 0 | 4F | 2 | 44 | 5E | 3B |
| Octal | 337 | 371 | 64 | 12 | 0 | 117 | 2 | 104 | 136 | 73 |
| Binary | 11011111 | 11111001 | 110100 | 1010 | 0 | 1001111 | 10 | 1000100 | 1011110 | 111011 |
Color Harmonies of #DFF934
Complementary color
Monochromatic Colors of #DFF934
Black with #DFF934
Text Example
Text Example
White with #DFF934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF934; }
p { color: rgb(223,249,52); }
H1.HeaderClassName
{
color: #DFF934;
}
.AnyTagClassName
{
color: #DFF934;
}
</style>
background-color css
<style>
a { background-color: #DFF934; }
a { background-color: rgb(223,249,52); }
div.DivClassName
{
background-color: #DFF934;
}
.BgClassName
{
background-color: #DFF934;
}
</style>
border-color css
<style>
span { border-color: #DFF934; }
span { border-color: rgb(223,249,52); }
td.TdClassName
{
border-color: #DFF934;
}
.TagClassName
{
border-color: #DFF934;
}
</style>