Shades of Pear #DFF536
Tints of Pear #DFF536
RGB
CMYK
RGB Variations
Color information
#DFF536 (or 0xDFF536) is known color: Pear. HEX triplet: DF, F5 and 36. RGB value is (223,245,54). Sum of RGB (Red+Green+Blue) = 223+245+54=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 245 (96.09% from 255 or 46.93% from 522); Blue value is 54 (21.48% from 255 or 10.34% from 522); Max value from RGB is 245 - color contains mainly: green. Hex color #DFF536 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF536 is #200AC9. Grayscale: #D9D9D9. Windows color (decimal): -2099914 or 3601887. OLE color: 3601887.
HSL color Cylindrical-coordinate representation of color #DFF536: hue angle of 66.91º 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 #DFF536 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 245 | 54 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.04 |
| HSL | 66.91º | 0.91% | 0.59% | - |
| HSV(B) | 66.91º | 0.78% | 0.96% | - |
| XYZ | 63.75 | 81.26 | 15.81 | - |
| YUV | 216.65 | 36.21 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 245 | 54 | 0.09 | 0 | 0.78 | 0.04 | 66.91 | 0.91 | 0.59 |
| Hex | DF | F5 | 36 | 9 | 0 | 4E | 4 | 43 | 5B | 3B |
| Octal | 337 | 365 | 66 | 11 | 0 | 116 | 4 | 103 | 133 | 73 |
| Binary | 11011111 | 11110101 | 110110 | 1001 | 0 | 1001110 | 100 | 1000011 | 1011011 | 111011 |
Color Harmonies of #DFF536
Complementary color
Monochromatic Colors of #DFF536
Black with #DFF536
Text Example
Text Example
White with #DFF536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF536; }
p { color: rgb(223,245,54); }
H1.HeaderClassName
{
color: #DFF536;
}
.AnyTagClassName
{
color: #DFF536;
}
</style>
background-color css
<style>
a { background-color: #DFF536; }
a { background-color: rgb(223,245,54); }
div.DivClassName
{
background-color: #DFF536;
}
.BgClassName
{
background-color: #DFF536;
}
</style>
border-color css
<style>
span { border-color: #DFF536; }
span { border-color: rgb(223,245,54); }
td.TdClassName
{
border-color: #DFF536;
}
.TagClassName
{
border-color: #DFF536;
}
</style>