Shades of Pear #DFF635
Tints of Pear #DFF635
RGB
CMYK
RGB Variations
Color information
#DFF635 (or 0xDFF635) is known color: Pear. HEX triplet: DF, F6 and 35. RGB value is (223,246,53). Sum of RGB (Red+Green+Blue) = 223+246+53=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 246 (96.48% from 255 or 47.13% from 522); Blue value is 53 (21.09% from 255 or 10.15% from 522); Max value from RGB is 246 - color contains mainly: green. Hex color #DFF635 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF635 is #2009CA. Grayscale: #D9D9D9. Windows color (decimal): -2099659 or 3536607. OLE color: 3536607.
HSL color Cylindrical-coordinate representation of color #DFF635: hue angle of 67.15º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFF635 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 246 | 53 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.04 |
| HSL | 67.15º | 0.91% | 0.59% | - |
| HSV(B) | 67.15º | 0.78% | 0.96% | - |
| XYZ | 64.03 | 81.86 | 15.79 | - |
| YUV | 217.12 | 35.38 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 246 | 53 | 0.09 | 0 | 0.78 | 0.04 | 67.15 | 0.91 | 0.59 |
| Hex | DF | F6 | 35 | 9 | 0 | 4E | 4 | 43 | 5B | 3B |
| Octal | 337 | 366 | 65 | 11 | 0 | 116 | 4 | 103 | 133 | 73 |
| Binary | 11011111 | 11110110 | 110101 | 1001 | 0 | 1001110 | 100 | 1000011 | 1011011 | 111011 |
Color Harmonies of #DFF635
Complementary color
Monochromatic Colors of #DFF635
Black with #DFF635
Text Example
Text Example
White with #DFF635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF635; }
p { color: rgb(223,246,53); }
H1.HeaderClassName
{
color: #DFF635;
}
.AnyTagClassName
{
color: #DFF635;
}
</style>
background-color css
<style>
a { background-color: #DFF635; }
a { background-color: rgb(223,246,53); }
div.DivClassName
{
background-color: #DFF635;
}
.BgClassName
{
background-color: #DFF635;
}
</style>
border-color css
<style>
span { border-color: #DFF635; }
span { border-color: rgb(223,246,53); }
td.TdClassName
{
border-color: #DFF635;
}
.TagClassName
{
border-color: #DFF635;
}
</style>