Shades of Pear #DFF735
Tints of Pear #DFF735
RGB
CMYK
RGB Variations
Color information
#DFF735 (or 0xDFF735) is known color: Pear. HEX triplet: DF, F7 and 35. RGB value is (223,247,53). Sum of RGB (Red+Green+Blue) = 223+247+53=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 247 (96.88% from 255 or 47.23% from 523); Blue value is 53 (21.09% from 255 or 10.13% from 523); Max value from RGB is 247 - color contains mainly: green. Hex color #DFF735 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF735 is #2008CA. Grayscale: #DADADA. Windows color (decimal): -2099403 or 3536863. OLE color: 3536863.
HSL color Cylindrical-coordinate representation of color #DFF735: hue angle of 67.42º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DFF735 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 247 | 53 | - |
| CMYK | 0.10 | 0 | 0.79 | 0.03 |
| HSL | 67.42º | 0.92% | 0.59% | - |
| HSV(B) | 67.42º | 0.79% | 0.97% | - |
| XYZ | 64.33 | 82.47 | 15.89 | - |
| YUV | 217.71 | 35.05 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 247 | 53 | 0.10 | 0 | 0.79 | 0.03 | 67.42 | 0.92 | 0.59 |
| Hex | DF | F7 | 35 | A | 0 | 4F | 3 | 43 | 5C | 3B |
| Octal | 337 | 367 | 65 | 12 | 0 | 117 | 3 | 103 | 134 | 73 |
| Binary | 11011111 | 11110111 | 110101 | 1010 | 0 | 1001111 | 11 | 1000011 | 1011100 | 111011 |
Color Harmonies of #DFF735
Complementary color
Monochromatic Colors of #DFF735
Black with #DFF735
Text Example
Text Example
White with #DFF735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF735; }
p { color: rgb(223,247,53); }
H1.HeaderClassName
{
color: #DFF735;
}
.AnyTagClassName
{
color: #DFF735;
}
</style>
background-color css
<style>
a { background-color: #DFF735; }
a { background-color: rgb(223,247,53); }
div.DivClassName
{
background-color: #DFF735;
}
.BgClassName
{
background-color: #DFF735;
}
</style>
border-color css
<style>
span { border-color: #DFF735; }
span { border-color: rgb(223,247,53); }
td.TdClassName
{
border-color: #DFF735;
}
.TagClassName
{
border-color: #DFF735;
}
</style>