Shades of Pear #DCF726
Tints of Pear #DCF726
RGB
CMYK
RGB Variations
Color information
#DCF726 (or 0xDCF726) is known color: Pear. HEX triplet: DC, F7 and 26. RGB value is (220,247,38). Sum of RGB (Red+Green+Blue) = 220+247+38=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 247 (96.88% from 255 or 48.91% from 505); Blue value is 38 (15.23% from 255 or 7.52% from 505); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF726 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF726 is #2308D9. Grayscale: #D7D7D7. Windows color (decimal): -2296026 or 2553820. OLE color: 2553820.
HSL color Cylindrical-coordinate representation of color #DCF726: hue angle of 67.75º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCF726 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 38 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.03 |
| HSL | 67.75º | 0.93% | 0.56% | - |
| HSV(B) | 67.75º | 0.85% | 0.97% | - |
| XYZ | 63.13 | 81.88 | 14.31 | - |
| YUV | 215.1 | 28.05 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 38 | 0.11 | 0 | 0.85 | 0.03 | 67.75 | 0.93 | 0.56 |
| Hex | DC | F7 | 26 | B | 0 | 55 | 3 | 44 | 5D | 38 |
| Octal | 334 | 367 | 46 | 13 | 0 | 125 | 3 | 104 | 135 | 70 |
| Binary | 11011100 | 11110111 | 100110 | 1011 | 0 | 1010101 | 11 | 1000100 | 1011101 | 111000 |
Color Harmonies of #DCF726
Complementary color
Monochromatic Colors of #DCF726
Black with #DCF726
Text Example
Text Example
White with #DCF726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF726; }
p { color: rgb(220,247,38); }
H1.HeaderClassName
{
color: #DCF726;
}
.AnyTagClassName
{
color: #DCF726;
}
</style>
background-color css
<style>
a { background-color: #DCF726; }
a { background-color: rgb(220,247,38); }
div.DivClassName
{
background-color: #DCF726;
}
.BgClassName
{
background-color: #DCF726;
}
</style>
border-color css
<style>
span { border-color: #DCF726; }
span { border-color: rgb(220,247,38); }
td.TdClassName
{
border-color: #DCF726;
}
.TagClassName
{
border-color: #DCF726;
}
</style>