Shades of Pear #DFF935
Tints of Pear #DFF935
RGB
CMYK
RGB Variations
Color information
#DFF935 (or 0xDFF935) is known color: Pear. HEX triplet: DF, F9 and 35. RGB value is (223,249,53). Sum of RGB (Red+Green+Blue) = 223+249+53=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 249 (97.66% from 255 or 47.43% from 525); Blue value is 53 (21.09% from 255 or 10.10% from 525); Max value from RGB is 249 - color contains mainly: green. Hex color #DFF935 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF935 is #2006CA. Grayscale: #DBDBDB. Windows color (decimal): -2098891 or 3537375. OLE color: 3537375.
HSL color Cylindrical-coordinate representation of color #DFF935: hue angle of 67.96º 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 #DFF935 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 249 | 53 | - |
| CMYK | 0.10 | 0 | 0.79 | 0.02 |
| HSL | 67.96º | 0.94% | 0.59% | - |
| HSV(B) | 67.96º | 0.79% | 0.98% | - |
| XYZ | 64.95 | 83.7 | 16.1 | - |
| YUV | 218.88 | 34.39 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 249 | 53 | 0.10 | 0 | 0.79 | 0.02 | 67.96 | 0.94 | 0.59 |
| Hex | DF | F9 | 35 | A | 0 | 4F | 2 | 44 | 5E | 3B |
| Octal | 337 | 371 | 65 | 12 | 0 | 117 | 2 | 104 | 136 | 73 |
| Binary | 11011111 | 11111001 | 110101 | 1010 | 0 | 1001111 | 10 | 1000100 | 1011110 | 111011 |
Color Harmonies of #DFF935
Complementary color
Monochromatic Colors of #DFF935
Black with #DFF935
Text Example
Text Example
White with #DFF935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF935; }
p { color: rgb(223,249,53); }
H1.HeaderClassName
{
color: #DFF935;
}
.AnyTagClassName
{
color: #DFF935;
}
</style>
background-color css
<style>
a { background-color: #DFF935; }
a { background-color: rgb(223,249,53); }
div.DivClassName
{
background-color: #DFF935;
}
.BgClassName
{
background-color: #DFF935;
}
</style>
border-color css
<style>
span { border-color: #DFF935; }
span { border-color: rgb(223,249,53); }
td.TdClassName
{
border-color: #DFF935;
}
.TagClassName
{
border-color: #DFF935;
}
</style>