Shades of Pear #DCF725
Tints of Pear #DCF725
RGB
CMYK
RGB Variations
Color information
#DCF725 (or 0xDCF725) is known color: Pear. HEX triplet: DC, F7 and 25. RGB value is (220,247,37). Sum of RGB (Red+Green+Blue) = 220+247+37=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 247 (96.88% from 255 or 49.01% from 504); Blue value is 37 (14.84% from 255 or 7.34% from 504); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF725 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF725 is #2308DA. Grayscale: #D7D7D7. Windows color (decimal): -2296027 or 2488284. OLE color: 2488284.
HSL color Cylindrical-coordinate representation of color #DCF725: hue angle of 67.71º 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 #DCF725 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 37 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.03 |
| HSL | 67.71º | 0.93% | 0.56% | - |
| HSV(B) | 67.71º | 0.85% | 0.97% | - |
| XYZ | 63.11 | 81.87 | 14.23 | - |
| YUV | 214.99 | 27.55 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 37 | 0.11 | 0 | 0.85 | 0.03 | 67.71 | 0.93 | 0.56 |
| Hex | DC | F7 | 25 | B | 0 | 55 | 3 | 44 | 5D | 38 |
| Octal | 334 | 367 | 45 | 13 | 0 | 125 | 3 | 104 | 135 | 70 |
| Binary | 11011100 | 11110111 | 100101 | 1011 | 0 | 1010101 | 11 | 1000100 | 1011101 | 111000 |
Color Harmonies of #DCF725
Complementary color
Monochromatic Colors of #DCF725
Black with #DCF725
Text Example
Text Example
White with #DCF725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF725; }
p { color: rgb(220,247,37); }
H1.HeaderClassName
{
color: #DCF725;
}
.AnyTagClassName
{
color: #DCF725;
}
</style>
background-color css
<style>
a { background-color: #DCF725; }
a { background-color: rgb(220,247,37); }
div.DivClassName
{
background-color: #DCF725;
}
.BgClassName
{
background-color: #DCF725;
}
</style>
border-color css
<style>
span { border-color: #DCF725; }
span { border-color: rgb(220,247,37); }
td.TdClassName
{
border-color: #DCF725;
}
.TagClassName
{
border-color: #DCF725;
}
</style>